Skip to content

Commit

Permalink
Try without the chmod #367
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Dec 3, 2021
1 parent b4e474a commit 7dc2924
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install libguestfs-tools
run: sudo apt-get update && sudo apt-get install -y libguestfs-tools

- name: Make kernel files executable (reuired for vmimage extraction)
run: sudo chmod 0644 /boot/vmlinuz-*

- name: Install dependencies
run: make dev envfile

Expand Down

0 comments on commit 7dc2924

Please sign in to comment.