Skip to content

Commit b843b88

Browse files
revert conditional logic for apt update step
1 parent 54fe5b7 commit b843b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
node-version: 16.x
8080

8181
- name: Update apt repositories
82-
if: "!matrix.container && (matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf')"
82+
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
8383
run: sudo apt-get update
8484

8585
- name: Install AArch64 target toolchain

0 commit comments

Comments
 (0)