Skip to content

Commit 21009b6

Browse files
committed
Merge branch 'master' of github.com:ArkScript-lang/std
2 parents 9c2c88a + b93ec14 commit 21009b6

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)