We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7381c02 commit 5b22107Copy full SHA for 5b22107
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: windows-latest
39
strategy:
40
matrix:
41
- target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
+ target: [i686-pc-windows-gnu, x86_64-pc-windows-gnu]
42
43
steps:
44
- name: Checkout source
README.md
@@ -11,9 +11,9 @@ cargo build
11
To build for specific targets:
12
```
13
//32 bits windows
14
-cargo build --target=i686-pc-windows-msvc
+cargo build --target=i686-pc-windows-gnu
15
//64 bits windows
16
-cargo build --target=x86_64-pc-windows-msvc
+cargo build --target=x86_64-pc-windows-gnu
17
18
19
You can find auto-built binaries on the [releases](https://github.com/Torwent/wasp-input/releases) page.
0 commit comments