Skip to content

Commit f572beb

Browse files
committed
set actions-rs target to windows
1 parent 5f8d362 commit f572beb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
if: runner.os == 'Linux'
4747
run: cargo build --verbose --release
4848

49+
- name: Install Rust
50+
uses: actions-rs/toolchain@v1
51+
with:
52+
toolchain: stable
53+
target: x86_64-pc-windows-msvc
54+
override: true
55+
4956
- name: Build (Windows)
5057
if: runner.os == 'Windows'
5158
run: cargo build --verbose --release

0 commit comments

Comments
 (0)