Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Apr 23, 2024
2 parents 32a5230 + f64931d commit bf52470
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 @@ -53,7 +53,7 @@ jobs:
- run: wget https://nim-lang.org/choosenim/init.sh -O init-choosenim.sh
- run: ls -la
- run: chmod +x init-choosenim.sh
- run: CHOOSENIM_CHOOSE_VERSION="devel" ./init-choosenim.sh -y
- run: CHOOSENIM_CHOOSE_VERSION="stable" ./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 bf52470

Please sign in to comment.