Skip to content

Commit

Permalink
Test (idk if sudo would work)
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent 366d5a8 commit 8c74088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: build_iso
run: |
export BUILD_DATE=$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)
sudo ./build.sh # admin perms required to mount /proc
sudo bash ./build.sh # admin perms required to mount /proc
# echo "::set-output name=date::${BUILD_DATE}"
- name: Upload artifact
Expand Down

0 comments on commit 8c74088

Please sign in to comment.