diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a545a7e4..48ea2525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,8 +63,8 @@ jobs: - name: Update musl tools if: matrix.build-with == 'cargo' run: | - apt update - apt install -y musl-tools + sudo apt update + sudo apt install -y musl-tools - name: Update Rust and add toolchain ${{ matrix.target }} if: matrix.build-with == 'cargo'