From b1b66f82f132328bc703eeb0ac54879be0729da3 Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 13:56:36 +0100 Subject: [PATCH] yes --- .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 2e3ac82..4c6fda0 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 update && apt install nodejs git + run: apt update && apt install nodejs git -y - name: Check out repository code uses: actions/checkout@v3 - name: Get access token from secret