diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ed1ef8c0..e770318eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: with: rustflags: "" - name: Install dependenices - run: sudo apt-get install -y gcc-aarch64-linux-gnu protobuf-compiler + run: sudo apt-get update; sudo apt-get install -y gcc-aarch64-linux-gnu protobuf-compiler - name: Build binary run: RUSTFLAGS='-C target-feature=+crt-static -C linker=aarch64-linux-gnu-gcc' cargo build --release --target aarch64-unknown-linux-gnu - name: Rename binary