update
Unit Tests with cargo / unit-test (push) Failing after 8s Details
Build image / build (push) Failing after 16s Details

This commit is contained in:
Alie 2024-01-29 13:55:51 +01:00
parent c69a735db8
commit c1021084a1
1 changed files with 1 additions and 1 deletions

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