From 4e6a87e397162cbde0415e2d4123a28a14682b9c Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 14:00:32 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0e56788..c4004bc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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