From e210eae2e7996edebf6083ccce292f2825de2077 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Tue, 14 Jan 2025 11:35:21 +0000 Subject: [PATCH] Update .gitea/workflows/CI.yaml --- .gitea/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index d74e7b6..68e58eb 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -13,7 +13,7 @@ jobs: - run: apt update && apt install cmake xorg-dev libglu1-mesa-dev clang -y - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo build + - run: cargo build --release - name: Upload artifacts uses: https://git.kjan.de/actions/upload-artifact@v4 with: