Actually i need to cache target tbh

This commit is contained in:
Alie 2024-01-29 14:21:45 +01:00
parent 418b4dce41
commit 3de985cf48
1 changed files with 1 additions and 1 deletions

View File

@ -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