Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Aug 23, 2024
1 parent 4508404 commit 77465c3
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 @@ -33,6 +33,7 @@ jobs:
- name: Build the Docker image
run: |
sudo chmod 777 plugins/*
sudo ls -al 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 @@ -35,6 +35,7 @@ jobs:
- name: Build the Docker image
run: |
sudo chmod 777 plugins/*
sudo ls -al plugins/
sudo su -c "./vib compile --runtime podman"
sudo chmod 777 genimg/build/vanilla_installer.iso
Expand Down

0 comments on commit 77465c3

Please sign in to comment.