Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
11a75bfef9
commit
9229ef72a7
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: apt update && apt install cargo -y && rustup target add x86_64-pc-windows-gnu
|
run: curl https://sh.rustup.rs -sSf | sh -s -- -y && rustup target add x86_64-pc-windows-gnu
|
||||||
- name: Build linux
|
- name: Build linux
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user