Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Apr 2, 2024
1 parent 88bf6aa commit 54aa5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
echo "HOME=/root" >> ${GITHUB_ENV} # bug
- name: Install dependencies
run: |
apt update
apt install -y zip
sudo apt update
sudo apt install -y zip
- name: Install latest nightly with wasm target
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 54aa5ab

Please sign in to comment.