changes in order for container to work
Some checks failed
/ build-all-services (push) Failing after 4s

This commit is contained in:
husky 2025-03-12 20:56:09 -07:00
parent 1dc0a399a0
commit d6509cccbe

View file

@ -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