Skip to content

Commit

Permalink
run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Nov 23, 2022
1 parent 6537473 commit 4ca245d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
cache: "pip"
- name: Install requirements
run: |
sudo apt -y install debootstrap qemu-utils git kpartx
sudo apt-get update
sudo apt-get install -y debootstrap qemu-utils git kpartx
pip install -r requirements.txt
- name: Set vars stage 1
run: |
Expand Down

0 comments on commit 4ca245d

Please sign in to comment.