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 4add488504 - Show all commits

View File

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