bruh
All checks were successful
Build / release (push) Successful in 1m51s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 14:00:32 +02:00
parent 3dc162ff6c
commit 4e6a87e397
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v4
- 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: Install Mingw
run: apt update && apt install -y mingw-w64
- name: Build linux
run: ~/.cargo/bin/cargo build --release
- name: Build Windows