Skip to content

Commit 465b12c

Browse files
committed
ci: use the renamed flags
Signed-off-by: Gary Guo <[email protected]>
1 parent 89d4757 commit 465b12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- if: matrix.sysroot == 'custom'
129129
run: |
130130
echo 'RUSTC_SYSROOT=--sysroot=$HOME/sysroot' >> $GITHUB_ENV
131-
echo "MAKE_SYSROOT=KRUSTCFLAGS=--sysroot=$HOME/sysroot" >> $GITHUB_ENV
131+
echo "MAKE_SYSROOT=KRUSTFLAGS=--sysroot=$HOME/sysroot" >> $GITHUB_ENV
132132
133133
# Setup: custom pre-built binaries folder
134134
- run: |

0 commit comments

Comments
 (0)