changes in order for container to work
Some checks failed
/ build-all-services (push) Failing after 4s
Some checks failed
/ build-all-services (push) Failing after 4s
This commit is contained in:
parent
1dc0a399a0
commit
d6509cccbe
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue