Skip to content

Commit 484c150

Browse files
committed
ci: fix
1 parent 3c30b47 commit 484c150

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
@@ -109,4 +109,4 @@ jobs:
109109
stackyaml: ${{ matrix.plan.stackyaml }}
110110
run: |
111111
export PATH=~/.local/bin:$PATH
112-
STACKYAML=${{ stackyaml }} make test
112+
STACKYAML=$stackyaml make test

0 commit comments

Comments
 (0)