Skip to content

Commit 061a40e

Browse files
committed
Merge branch 'master' into dev
2 parents 56e424b + 6bb54cc commit 061a40e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github_token: ${{secrets.GITHUB_TOKEN}}
2121
workflow: ci.yml
2222
branch: dev
23-
name: ubuntu-gcc-11
23+
name: ubuntu-gcc-10
2424
path: bin
2525
repo: ArkScript-lang/Ark
2626

@@ -29,14 +29,16 @@ jobs:
2929
run: |
3030
cd bin
3131
cp lib/*.arkm ../
32-
chmod u+x ark
32+
chmod u+x arkscript *.so
33+
cp arkscript ../
34+
cp *.so ../
3335
3436
- name: Tests
3537
shell: bash
3638
run: |
37-
./bin/ark --version
39+
./arkscript --version
3840
if [ -f tests/all.ark ]; then
39-
./bin/ark tests/all.ark -L ./
41+
./arkscript tests/all.ark -L ./
4042
else
4143
echo "No tests found"
4244
fi

0 commit comments

Comments
 (0)