We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60b1a6 commit ec49483Copy full SHA for ec49483
.github/workflows/workflow.yml
@@ -289,7 +289,8 @@ jobs:
289
fail-fast: false
290
matrix:
291
os: [ubuntu-latest, macOS-latest, windows-latest]
292
- stack: ["latest", "2.9.3"]
+ stack: ["latest", "2.15.5"]
293
+ # test latest and recommended version of stack
294
295
steps:
296
- uses: actions/checkout@v4
@@ -310,7 +311,7 @@ jobs:
310
311
# NB: we invoke `stack path` twice, because the first time it
312
# might install things (like MSYS2 on Windows) which clobber the output.
313
run: |
- stack path --system-ghc
314
+ stack path --system-ghc --stack-root
315
expected_stack_root=$(stack path --system-ghc --stack-root)
316
317
if [ "${expected_stack_root}" != "${{ steps.setup.outputs.stack-root }}" ]; then
0 commit comments