Skip to content

Commit

Permalink
Uses setup-nimble-action in CI (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez authored Dec 11, 2024
1 parent cf85884 commit cc2ef41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Nimble
uses: nim-lang/nimble/.github/actions/install_nimble@master
uses: nim-lang/setup-nimble-action@v1
with:
os: ${{ matrix.target.name }}
cpu: ${{ matrix.target.nimble_cpu }}
nimble-version: "0.16.3"

- name: Restore nimble dependencies from cache
id: nimble_deps
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Nimble
uses: nim-lang/nimble/.github/actions/install_nimble@master
uses: nim-lang/setup-nimble-action@v1
with:
os: linux
cpu: amd64
nimble-version: "0.16.3"

- name: Restore nimble dependencies from cache
id: nimble_deps
Expand Down

0 comments on commit cc2ef41

Please sign in to comment.