Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 3, 2024
1 parent 2b110a8 commit d83b36d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - run: sudo apt-get -y install libsass-dev
- run: "npm install node-gyp -g"
- run: "npm install cmake-js -g"
- run: "choosenim show path -y"
- run: nimble install -Y
# - run: nimble prod
# - run: nim --threads:on c -r src/${{ github.event.repository.name }}.nim
- run: nimble test
- run: denim build src/${{ github.event.repository.name }}.nim --release --yes --cmake

0 comments on commit d83b36d

Please sign in to comment.