revert conditional logic for apt update step
This commit is contained in:
parent
54fe5b7fc2
commit
b843b8801d
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Update apt repositories
|
||||
if: "!matrix.container && (matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf')"
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install AArch64 target toolchain
|
||||
|
Loading…
x
Reference in New Issue
Block a user