Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Dec 14, 2024
1 parent d4180fc commit 15012ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ jobs:

- name: Install uiua
run: |
<<<<<<< HEAD
gh release download "${VERSION}" --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
=======
gh release download 0.14.0-dev.7 --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
>>>>>>> 86f93aa (Add `killer-sudoku-helper` exercise)
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-dev.7
VERSION: 0.14.0-rc.1
GH_TOKEN: ${{ github.token }}

- name: Verify all exercises
Expand Down

0 comments on commit 15012ca

Please sign in to comment.