Skip to content

Commit 1ad2707

Browse files
committed
ci: fix typo
1 parent aa71bf1 commit 1ad2707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Build
7979
run: |
80-
nix run .#set-stack-version -- "${matrix.k8s_release}" "${{matrix.compiler.yaml}}"
80+
nix run .#set-stack-version -- "${{matrix.k8s_release}}" "${{matrix.compiler.yaml}}"
8181
8282
stack build --stack-yaml ${{matrix.compiler.yaml}} --system-ghc --test --bench --no-run-tests --no-run-benchmarks
8383

0 commit comments

Comments
 (0)