Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
562285a0ee
commit
3dc162ff6c
@ -14,9 +14,9 @@ jobs:
|
||||
- name: Install Rust
|
||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env" && rustup target add x86_64-pc-windows-gnu
|
||||
- name: Build linux
|
||||
run: cargo build --release
|
||||
run: ~/.cargo/bin/cargo build --release
|
||||
- name: Build Windows
|
||||
run: cargo build --release --target x86_64-pc-windows-gnu
|
||||
run: ~/.cargo/bin/cargo build --release --target x86_64-pc-windows-gnu
|
||||
- name: Hash Release
|
||||
id: get-hash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user