We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8683132 commit ae4dd08Copy full SHA for ae4dd08
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
nim-version: ${{ matrix.nim-version }}
29
repo-token: ${{ secrets.GITHUB_TOKEN }}
30
+ - run: 'sudo apt-get -y install libgccjit-13-dev libgccjit0'
31
- run: nimble install -Y
32
- run: nim c -r ${{ env.mainfile }}.nim
- - run: nimble test
33
+ - run: nimble test
0 commit comments