Skip to content

Commit a650c8e

Browse files
committed
fix(ci): move the standard library files to std/ so that includes can be correctly resolved
1 parent 2883dea commit a650c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
shell: bash
4444
run: |
4545
./arkscript --version
46+
mkdir -p std && mv *.ark std/
4647
./arkscript tests/all.ark -L ./

0 commit comments

Comments
 (0)