forgor cache needs rwrw
Unit Tests with cargo / unit-test (push) Failing after 4m10s Details
Build image / build (push) Failing after 24s Details

This commit is contained in:
Alie 2024-01-29 14:11:55 +01:00
parent 2883645ab2
commit 4add488504
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
container: container:
image: rust image: rust
volumes: volumes:
- /usr/local/cargo:/usr/local/cargo:ro - /usr/local/cargo:/usr/local/cargo:rw
steps: steps:
- name: Installing necessary packages - name: Installing necessary packages
run: apt update && apt install nodejs git -y run: apt update && apt install nodejs git -y