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 caf8a64 commit 64090eeCopy full SHA for 64090ee
.github/workflows/release.yaml
@@ -73,15 +73,15 @@ jobs:
73
node-version: 14.x
74
75
- name: Update apt repositories
76
- if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'gcc-arm-linux-gnueabihf'
+ if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
77
run: sudo apt-get update
78
79
- name: Install AArch64 target toolchain
80
if: matrix.target == 'aarch64-unknown-linux-gnu'
81
run: sudo apt-get install gcc-aarch64-linux-gnu
82
83
- name: Install ARM target toolchain
84
- if: matrix.target == 'gcc-arm-linux-gnueabihf'
+ if: matrix.target == 'arm-unknown-linux-gnueabihf'
85
run: sudo apt-get install gcc-arm-linux-gnueabihf
86
87
- name: Dist
0 commit comments