Skip to content

Commit 38b751e

Browse files
committed
ci(vscode): add explicit rustup target install for cross builds
1 parent 376c0e9 commit 38b751e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/vscode.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- uses: dtolnay/rust-toolchain@stable
35-
with:
36-
targets: ${{ matrix.target.rust }}
35+
36+
- name: Add rust target
37+
shell: bash
38+
run: rustup target add ${{ matrix.target.rust }}
3739

3840
- uses: Swatinem/rust-cache@v2
3941
with:

0 commit comments

Comments
 (0)