Skip to content

Commit

Permalink
add missing shell field
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 3, 2024
1 parent 074ed6b commit 8f80dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ runs:
uses: actions/checkout@v4

- name: Setup Vib
shell: bash
run: |
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib
chmod +x vib
- name: Run Vib
shell: bash
run: |
./vib build recipe.yml

0 comments on commit 8f80dbd

Please sign in to comment.