diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ffd0c48..ce36fbf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,6 +9,7 @@ jobs: container: image: rust:bullseye steps: + - run: apt-get update - run: apt-get install git nodejs -y - uses: actions/checkout@v3 - name: Build