diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 8a4e4b1..1d04194 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -51,7 +51,7 @@ jobs: - name: "Usr merge" id: prereq run: | - apt install -y usrmerge + apt update -y && apt install -y usrmerge - name: Install node if: ${{ steps.prereq.outputs.need_node == '1' }} run: |