We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9d2e7 commit b93ec14Copy full SHA for b93ec14
.github/workflows/ci.yml
@@ -60,4 +60,4 @@ jobs:
60
run: |
61
./arkscript --version
62
mkdir -p std && mv *.ark std/
63
- ./arkscript tests/all.ark -L ./
+ ./arkscript --lib ./ tests/all.ark
0 commit comments