Skip to content

Commit

Permalink
use different workflow for installing nim
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom committed Aug 3, 2023
1 parent 66ffbf0 commit 8f98714
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/valid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
matrix:
nim:
- '1.6.x'
- 'binary:stable'
- 'stable'
- 'devel'
fail-fast: false
name: Nim ${{ matrix.nim }}
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v4
- uses: jiro4989/setup-nim-action@v1
with:
version: ${{ matrix.nim }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install deps
run: |
nimble install -y
Expand Down

0 comments on commit 8f98714

Please sign in to comment.