Skip to content

Commit 38b38c3

Browse files
committed
fix(ci): 🐛 Fixed type error
1 parent 68af5e7 commit 38b38c3

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)