Skip to content

Commit 8bf8438

Browse files
authored
I hate github workflows and .yml and I am going insane
1 parent bf54972 commit 8bf8438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
override: true
2929
targets: x86_64-pc-windows-gnu
3030

31+
- name: add windows target
32+
run: rustup target add x86_64-pc-windows-gnu
33+
3134
- name: Install MinGW
3235
run: sudo apt-get update && sudo apt-get install -y mingw-w64
3336

0 commit comments

Comments
 (0)