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 3a5ccbb commit d75a4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
strategy:
matrix:
nim:
- '1.6.14'
- '1.6.18'
- 'stable'
name: Nim ${{ matrix.nim }} sample
name: Nim ${{ matrix.nim }}
steps:
- uses: actions/checkout@v3
- name: Setup nim
uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run:
- run: |
nimble refresh
nimble install --depsOnly -y
nimble build

0 comments on commit d75a4af

Please sign in to comment.