Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
3dc162ff6c
commit
4e6a87e397
@ -13,6 +13,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env" && rustup target add x86_64-pc-windows-gnu
|
run: curl https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env" && rustup target add x86_64-pc-windows-gnu
|
||||||
|
- name: Install Mingw
|
||||||
|
run: apt update && apt install -y mingw-w64
|
||||||
- name: Build linux
|
- name: Build linux
|
||||||
run: ~/.cargo/bin/cargo build --release
|
run: ~/.cargo/bin/cargo build --release
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user