Skip to content

Commit 9f704df

Browse files
committed
Update build.yaml
1 parent 9af7339 commit 9f704df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
override: true
3030

3131
- name: Build for target
32-
run: |
33-
rustup target add ${{ matrix.target }}
34-
cargo build --release --target ${{ matrix.target }}
32+
run: cargo build --release --target=${{ matrix.target }}
3533

3634
- name: Rename DLLs
3735
run: |

0 commit comments

Comments
 (0)