Skip to content

Commit

Permalink
fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent ebeb9fc commit 510cbce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Check if there was an update to the base image
if: github.event_name != 'schedule'
run: |
whoami
apt-get install jq
sudo apt-get install jq
bash ${GITHUB_WORKSPACE}/.github/workflows/check_image_update.sh
echo "exitcode=$?" >> "$GITHUB_OUTPUT"
curl https://differ.vanillaos.org/images/desktop > vanilla-image-info
Expand Down

0 comments on commit 510cbce

Please sign in to comment.