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 c1021084a1 - Show all commits

View File

@ -7,7 +7,7 @@ jobs:
image: rust
steps:
- name: Installing necessary packages
run: apt install nodejs git
run: apt update && apt install nodejs git
- name: Check out repository code
uses: actions/checkout@v3
- name: Get access token from secret