Skip to content

Commit

Permalink
Build SIF Action: Added "sudo" to installation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent dc5b68a commit d9a5978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Install Prerequisites
run: |
apt-get update && apt-get install -y \
sudo apt-get update && sudo apt-get install -y \
autoconf \
automake \
cryptsetup \
Expand Down

0 comments on commit d9a5978

Please sign in to comment.