Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Mar 3, 2024
1 parent a9904e9 commit a1df484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: curl https://nim-lang.org/choosenim/init.sh > init-choosenim.sh
- run: ls -la
- run: chmod +x init-choosenim.sh
- run: CHOOSENIM_CHOOSE_VERSION="2.1.1" ./init-choosenim.sh -y
- run: CHOOSENIM_CHOOSE_VERSION="devel" ./init-choosenim.sh -y

- name: add Absytree as git safe.directory so nimble can install stuff
run: git config --global --add safe.directory /__w/Absytree/Absytree
Expand Down

0 comments on commit a1df484

Please sign in to comment.