From 3de985cf48cbb5aa457d5e465a90da9d29a68692 Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 14:21:45 +0100 Subject: [PATCH] Actually i need to cache target tbh --- .gitea/workflows/01_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index 5a0cdb4..8c6bc71 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -6,7 +6,7 @@ jobs: container: image: rust volumes: - - /usr/local/cargo:/usr/local/cargo:rw + - /usr/local/cargo/:/workspace/fedi-image-bot/bot-mastodon-image-uploader/target/:rw steps: - name: Installing necessary packages run: apt update && apt install nodejs git -y