forgor cache needs rwrw
This commit is contained in:
parent
2883645ab2
commit
4add488504
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue