Skip to content

Commit 0bf2ded

Browse files
committed
try fix build
1 parent 9b9dc1d commit 0bf2ded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: dtolnay/rust-toolchain@stable
4040
- name: Build
4141
run: |
42+
rustup target add ${{ matrix.target }}
4243
cargo build --release --target ${{ matrix.target }} --target-dir target/${{ matrix.platform }}
4344
4445

0 commit comments

Comments
 (0)