This commit is contained in:
IQuant 2024-11-26 15:56:52 +03:00
parent f3ff6acefb
commit 9f59ccd4a3

View file

@ -16,7 +16,7 @@ jobs:
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 - name: Install extra deps
run: sudo apt-get install gcc-mingw-w64-i686 gcc-mingw-w64-x86_64 run: sudo apt-get install gcc-mingw-w64-i686 gcc-mingw-w64
- name: Build ewext - name: Build ewext
run: cargo build --release --target i686-pc-windows-gnu run: cargo build --release --target i686-pc-windows-gnu