Skip to content

Commit 65f2fcb

Browse files
committed
fix(ci): 🐛 Fixed form error
1 parent 38b38c3 commit 65f2fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
set GITHUB_ACTIONS=
9292
9393
:: Build & install in dist/rust9x
94-
python x.py install --config bootstrap.rust9x.toml --set build.host='["${{ matrix.target }}"]' --stage 2
94+
python x.py install --config bootstrap.rust9x.toml --set build.host=[\"${{ matrix.target }}\"] --stage 2
9595
if %errorlevel% neq 0 exit /b 1
9696
9797
- name: Pack toolchain

0 commit comments

Comments
 (0)