From e6a3425109aa6ee3171447a9c0ed07e1b206a2a31643a13bce0fb48642a01c28 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 30 Jun 2026 18:43:16 +0200 Subject: [PATCH] more play with build_release action. --- .gitea/workflows/build_release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build_release.yaml b/.gitea/workflows/build_release.yaml index 75e5e04..d824d0c 100644 --- a/.gitea/workflows/build_release.yaml +++ b/.gitea/workflows/build_release.yaml @@ -41,6 +41,8 @@ jobs: - name: Build with Rust Docker Image run: | + docker run --rm -v "${{ github.workspace }}:/" -w / rust:latest ls -la + docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:latest ls -la docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:slim-trixie cargo build --release - name: Upload Artifact