Skip to content

Commit 6595598

Browse files
committed
Add targets explicitly in build github workflow.
1 parent 343b521 commit 6595598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
- run: rustup toolchain install stable --profile minimal
28+
- run: rustup toolchain install stable --profile minimal && rustup target add ${{ matrix.target.target }}
2929
- uses: Swatinem/rust-cache@v2
3030
with:
3131
prefix-key: "main"

0 commit comments

Comments
 (0)