Skip to content

Commit

Permalink
Fix tool_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Sep 28, 2024
1 parent 880afa8 commit 22b615b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:

- name: Install Nim
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
nim ${{ matrix.nim-version }}
- name: Install dependencies
if: runner.os == 'Linux'
Expand All @@ -60,7 +63,6 @@ jobs:
export SANITIZE_THREADS
SANITIZE_THREADS=${{ matrix.sanitize-threads }}
. "${HOME}/.asdf/asdf.sh"
asdf local nim ${{ matrix.nim-version }}
nimble develop -y
nimble test
nimble examples
Expand Down

0 comments on commit 22b615b

Please sign in to comment.