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 5, 2023
1 parent b7bbc60 commit 1fc4224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: test
run: ls
- name: Add .nimble to PATH
run: PATH=/github/home/.nimble/bin:~/.nimble/bin:$PATH
run: PATH=/github/home/.nimble/bin:/root/.nimble/bin:$PATH
- name: uaie
run: echo $PATH
- name: xvlc
run: ls /github/home/.nimble/bin
run: ls /root/.nimble/bin
- name: add safe directory
run: git config --global --add safe.directory /__w/Absytree/Absytree
- name: Test123
run: nim
- name: nimble setup
run: nimble setup
run: PATH=/github/home/.nimble/bin:/root/.nimble/bin:$PATH nimble --verbose setup
- name: nimble buildDesktop
run: nimble buildDesktop

0 comments on commit 1fc4224

Please sign in to comment.