Skip to content

Commit

Permalink
Use -J
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 2, 2023
1 parent 5289b78 commit e0ac7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
apt install -y curl nodejs
- name: Install Nim
run: |
curl -sSf https://nim-lang.org/download/nim-${{ matrix.nim-version }}-linux_x32.tar.xz | tar -x
curl -sSf https://nim-lang.org/download/nim-${{ matrix.nim-version }}-linux_x32.tar.xz | tar -xJ
- run: nimble install -y
- run: nimble test
- run: nimble checkExamples

0 comments on commit e0ac7ff

Please sign in to comment.