diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index c221db4..c13fe4e 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -5,6 +5,9 @@ jobs: container: image: rust:1-bookworm steps: + - run: | + apt-get upgrade + apt-get install node git - uses: actions/checkout@v3 - id: asklyphe-auth-frontend uses: ./.forgejo/build-service