Skip to content

Commit ae4dd08

Browse files
authored
Update test.yml
1 parent 8683132 commit ae4dd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
nim-version: ${{ matrix.nim-version }}
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}
30+
- run: 'sudo apt-get -y install libgccjit-13-dev libgccjit0'
3031
- run: nimble install -Y
3132
- run: nim c -r ${{ env.mainfile }}.nim
32-
- run: nimble test
33+
- run: nimble test

0 commit comments

Comments
 (0)