From c1021084a148ae32a7e3448902feea94ec20b0b3 Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 13:55:51 +0100 Subject: [PATCH] update --- .gitea/workflows/01_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index 08e56c6..2e3ac82 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -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