From 856a7593157bddf73dc0b0bf1e781ae66a45cd82b7a3e57ad934d1f0990e4fe9 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 30 Jun 2026 18:47:58 +0200 Subject: [PATCH] more play with build_release action. --- .gitea/workflows/build_release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build_release.yaml b/.gitea/workflows/build_release.yaml index 350de6d..2aced00 100644 --- a/.gitea/workflows/build_release.yaml +++ b/.gitea/workflows/build_release.yaml @@ -41,7 +41,6 @@ jobs: - name: Build with Rust Docker Image run: | - docker run --rm -v "${{ github.workspace }}:/nyanit" -w /nyanit rust:slim-trixie ls -la docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:slim-trixie ls -la docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:slim-trixie cargo build --release