build and test pipelines #2

Merged
bizcochito merged 37 commits from build into develop 2024-02-23 07:14:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bcd74a0a74 - Show all commits

View File

@ -6,7 +6,7 @@ jobs:
container:
image: rust
volumes:
- /usr/local/cargo/:/workspace/fedi-image-bot/bot-mastodon-image-uploader/target/: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