Skip to content

Commit ec49483

Browse files
committed
CI: bump stack to recommended (2.15.5)
1 parent c60b1a6 commit ec49483

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/workflow.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ jobs:
289289
fail-fast: false
290290
matrix:
291291
os: [ubuntu-latest, macOS-latest, windows-latest]
292-
stack: ["latest", "2.9.3"]
292+
stack: ["latest", "2.15.5"]
293+
# test latest and recommended version of stack
293294

294295
steps:
295296
- uses: actions/checkout@v4
@@ -310,7 +311,7 @@ jobs:
310311
# NB: we invoke `stack path` twice, because the first time it
311312
# might install things (like MSYS2 on Windows) which clobber the output.
312313
run: |
313-
stack path --system-ghc
314+
stack path --system-ghc --stack-root
314315
expected_stack_root=$(stack path --system-ghc --stack-root)
315316
316317
if [ "${expected_stack_root}" != "${{ steps.setup.outputs.stack-root }}" ]; then

0 commit comments

Comments
 (0)