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