Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Aug 15, 2023
1 parent af2af32 commit ecc180c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: add Absytree as git safe.directory so nimble can install stuff
run: git config --global --add safe.directory /__w/Absytree/Absytree
- name: nimble setup
run: PATH=/home/runner/work/Absytree/Absytree/nim/bin/nimble setup
run: PATH=/home/runner/work/Absytree/Absytree/nim/bin/:$PATH nimble setup

- run: apt-get update
continue-on-error: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: add Absytree as git safe.directory so nimble can install stuff
run: git config --global --add safe.directory /__w/Absytree/Absytree
- name: nimble setup
run: PATH=/home/runner/work/Absytree/Absytree/nim/bin/nimble setup
run: PATH=/home/runner/work/Absytree/Absytree/nim/bin/:$PATH nimble setup

- name: Run tests
run: testament --print category unit
Expand Down

0 comments on commit ecc180c

Please sign in to comment.