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

0 comments on commit b7bbc60

Please sign in to comment.