diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f4cb0e..717c1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: