Skip to content

Commit

Permalink
Debug qemu install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 12, 2024
1 parent 3994fbf commit e1b338d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
id: changelog_diff
run: |
sed -n '/#### \[${{ steps.get_tag.outputs.version }}\]/,/^#### /p' CHANGELOG.md | sed '$d' > release_notes.md
- name: Update package lists
run: sudo apt-get update
- name: Install QEMU
run: sudo apt-get install qemu-user-static
run: sudo apt-get install --fix-missing qemu-user-static
- name: Build Container Image
uses: redhat-actions/buildah-build@v2
with:
Expand Down

0 comments on commit e1b338d

Please sign in to comment.