Skip to content

Commit

Permalink
Fix: Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 2, 2023
1 parent 3b1b83b commit 7513abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: github.ref_name == 'main'
working-directory: .
run: |
apt-get update
apt-get install -y libssl-dev pkg-config
sudo apt-get update
sudo apt-get install -y libssl-dev pkg-config
cargo build --release --target x86_64-unknown-linux-gnu
cargo build --release --target aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 7513abb

Please sign in to comment.