Skip to content

Commit

Permalink
workflow: install virt-fw-vars
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Aug 25, 2023
1 parent aa7711f commit 0f3033e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Prepare environment
run: |
sudo add-apt-repository -y ppa:project-machine/squashfuse
sudo apt-get install squashfuse
sudo apt-get install pip squashfuse
sudo pip install virt-firmware
sudo wget --progress=dot:mega -O /usr/bin/stacker \
https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc4/stacker
sudo chmod 755 /usr/bin/stacker
Expand Down

0 comments on commit 0f3033e

Please sign in to comment.