Skip to content

Commit

Permalink
feat[close #8] Install vanilla tools in vso
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Dec 18, 2023
1 parent 519c4ff commit 6e83b9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ modules:
- libvulkan1
- mesa-vulkan-drivers

- name: vanilla-tools
type: shell
source:
type: tar
# switch to production build once in production
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
- chmod +x /usr/bin/nrun

- name: host-aliases
type: shell
commands:
Expand Down

0 comments on commit 6e83b9a

Please sign in to comment.