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 89d4757 commit 465b12cCopy full SHA for 465b12c
.github/workflows/ci.yaml
@@ -128,7 +128,7 @@ jobs:
128
- if: matrix.sysroot == 'custom'
129
run: |
130
echo 'RUSTC_SYSROOT=--sysroot=$HOME/sysroot' >> $GITHUB_ENV
131
- echo "MAKE_SYSROOT=KRUSTCFLAGS=--sysroot=$HOME/sysroot" >> $GITHUB_ENV
+ echo "MAKE_SYSROOT=KRUSTFLAGS=--sysroot=$HOME/sysroot" >> $GITHUB_ENV
132
133
# Setup: custom pre-built binaries folder
134
- run: |
0 commit comments