Skip to content

Commit

Permalink
ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev committed Feb 22, 2024
1 parent 50a043b commit 3a5ccbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble build
- run:
nimble refresh
nimble install --depsOnly -y
nimble build

0 comments on commit 3a5ccbb

Please sign in to comment.