Skip to content

Commit

Permalink
ci: move to stable setup-nimskull (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss authored Jan 31, 2024
1 parent 1e30dd5 commit 4e38689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Compiler (nimskull)
id: nimskull
if: matrix.compiler.name == 'nimskull'
uses: alaviss/setup-nimskull@f6e8ade8ac51191024616216e5da0ee968d9da48
uses: nim-works/setup-nimskull@0.1.0
with:
version: ${{ matrix.compiler.version }}
nimskull-version: ${{ matrix.compiler.version }}

- if: matrix.compiler.name == 'nimskull'
name: Fetch nimble's fork for nimskull
Expand All @@ -100,7 +100,7 @@ jobs:
# Add nimble binary folder to PATH too
echo "$HOME/.nimble/bin" >> $GITHUB_PATH
env:
NIMSKULL_BIN: ${{ steps.nimskull.outputs.binPath }}
NIMSKULL_BIN: ${{ steps.nimskull.outputs.bin-path }}

- name: Valgrind
shell: bash
Expand Down

0 comments on commit 4e38689

Please sign in to comment.