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