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 8b900ab commit aca128fCopy full SHA for aca128f
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
sudo apt install gcc-$TARGET_PREFIX
40
mkdir .cargo
41
cat >.cargo/config <<EOF
42
- [target.${matrix.target}]
+ [target.${{ matrix.target }}]
43
linker = "${TARGET_PREFIX}-gcc"
44
EOF
45
echo STRIP_PREFIX="${TARGET_PREFIX}-" >> $GITHUB_ENV
0 commit comments