We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15379a commit 7aa0497Copy full SHA for 7aa0497
1 file changed
.github/workflows/build.yaml
@@ -73,11 +73,11 @@ jobs:
73
}
74
shell: pwsh
75
76
- - name: Verify toolchain
77
- run: |
78
- where i686-w64-mingw32-gcc
79
- where x86_64-w64-mingw32-gcc
80
- shell: pwsh
+ - name: Verify toolchain
+ run: |
+ where i686-w64-mingw32-gcc
+ where x86_64-w64-mingw32-gcc
+ shell: pwsh
81
82
- name: Build for ${{ matrix.target }}
83
run: cargo build --release --target=${{ matrix.target }}
0 commit comments