build and test pipelines #2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue