This commit is contained in:
IQuant 2024-11-26 15:53:25 +03:00
parent 0f846f34aa
commit 454858a085

View file

@ -15,6 +15,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
with: with:
targets: i686-pc-windows-gnu, x86_64-pc-windows-gnu targets: i686-pc-windows-gnu, x86_64-pc-windows-gnu
- name: Install extra deps
run: apt-get install gcc-mingw-w64-i686 gcc-mingw-w64-x86_64
- name: Build ewext - name: Build ewext
run: cargo build --release --target i686-pc-windows-gnu run: cargo build --release --target i686-pc-windows-gnu