Skip to content

Commit

Permalink
test: follow new tar path format
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Jul 1, 2024
1 parent 57a4453 commit ab0d9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ stages:
url: https://github.com/Vanilla-OS/vanilla-tools/releases/download/continuous/vanilla-tools.tar.gz
commands:
- mkdir -p /usr/bin
- cp /sources/vanilla-tools/nrun /usr/bin/nrun
- cp /sources/vanilla-tools/vanilla-tools/nrun /usr/bin/nrun
- chmod +x /usr/bin/nrun
- cp /sources/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- cp /sources/vanilla-tools/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- chmod +x /usr/bin/cur-gpu

- name: host-aliases
Expand Down

0 comments on commit ab0d9fc

Please sign in to comment.