Skip to content

Commit

Permalink
CI windows: try if --system-ghc helps
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 20, 2023
1 parent 82ff563 commit 5a2781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Determine stack root
run: |
echo STACK_ROOT="$(stack --no-install-ghc path --stack-root)" >> "${GITHUB_ENV}"
echo STACK_ROOT="$(stack --system-ghc --no-install-ghc path --stack-root)" >> "${GITHUB_ENV}"
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5a2781a

Please sign in to comment.