revert conditional logic for apt update step

This commit is contained in:
Spencer 2022-09-10 18:10:56 -07:00 committed by GitHub
parent 54fe5b7fc2
commit b843b8801d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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