Skip to content

Commit

Permalink
chore(ci): add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Mar 28, 2024
1 parent f65ef1f commit 768f7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y rclone
rclone copy $SOURCE_ISO R2:bluefin && \
rclone copy $SOURCE_ISO_CHECKSUM R2:bluefin
sudo rclone copy $SOURCE_ISO R2:bluefin && \
sudo rclone copy $SOURCE_ISO_CHECKSUM R2:bluefin

0 comments on commit 768f7d5

Please sign in to comment.