Skip to content

Commit b93ec14

Browse files
committed
fix(ci): change arkscript cli argument order
1 parent 0b9d2e7 commit b93ec14

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
@@ -60,4 +60,4 @@ jobs:
6060
run: |
6161
./arkscript --version
6262
mkdir -p std && mv *.ark std/
63-
./arkscript tests/all.ark -L ./
63+
./arkscript --lib ./ tests/all.ark

0 commit comments

Comments
 (0)