We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fe5b7 commit b843b88Copy full SHA for b843b88
.github/workflows/release.yaml
@@ -79,7 +79,7 @@ jobs:
79
node-version: 16.x
80
81
- name: Update apt repositories
82
- 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'
83
run: sudo apt-get update
84
85
- name: Install AArch64 target toolchain
0 commit comments