From 4add4885048de72f1a401f0f7bb0da3b69da7dd1 Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 14:11:55 +0100 Subject: [PATCH] forgor cache needs rwrw --- .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 b3609f4..955a785 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:ro + - /usr/local/cargo:/usr/local/cargo:rw steps: - name: Installing necessary packages run: apt update && apt install nodejs git -y