bruh
Some checks failed
Build / release (push) Failing after 44s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 13:53:31 +02:00
parent 9229ef72a7
commit 562285a0ee
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- -y && 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: Build linux
run: cargo build --release
- name: Build Windows