Skip to content

Commit

Permalink
quick attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Aug 17, 2024
1 parent 5791351 commit 4508404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Build the Docker image
run: |
sudo chmod 777 plugins/*
sudo su -c "./vib compile --runtime podman"
sudo chmod 777 genimg/build/vanilla_installer.iso
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Build the Docker image
run: |
sudo chmod 777 plugins/*
sudo su -c "./vib compile --runtime podman"
sudo chmod 777 genimg/build/vanilla_installer.iso
Expand Down

0 comments on commit 4508404

Please # to comment.