Skip to content

Commit c15379a

Browse files
committed
Update build.yaml
1 parent 7bb2961 commit c15379a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ jobs:
7373
}
7474
shell: pwsh
7575

76+
- name: Verify toolchain
77+
run: |
78+
where i686-w64-mingw32-gcc
79+
where x86_64-w64-mingw32-gcc
80+
shell: pwsh
81+
7682
- name: Build for ${{ matrix.target }}
7783
run: cargo build --release --target=${{ matrix.target }}
7884

0 commit comments

Comments
 (0)