diff --git a/.forgejo/workflows/verify.yaml b/.forgejo/workflows/verify.yaml index ecceebe..4440769 100644 --- a/.forgejo/workflows/verify.yaml +++ b/.forgejo/workflows/verify.yaml @@ -17,7 +17,7 @@ jobs: image: rust:slim steps: - name: Install action dependencies - run: xxxxxxx install --no-install-recommends --update -y nodejs curl git + run: apt-get install --no-install-recommends --update -y nodejs curl git - name: Checkout code uses: actions/checkout@v6