Added python3
Some checks failed
/ Build the server (push) Failing after 2m28s

This commit is contained in:
Mutzi 2023-10-20 14:05:29 +02:00
parent c23692c077
commit 3390a2f933

View File

@ -8,7 +8,7 @@ jobs:
container:
node:current-alpine
steps:
- run: apk add git tar cmake make g++ linux-headers
- run: apk add git tar cmake make g++ linux-headers python3
- uses: actions/checkout@v3
- run: npm ci
working-directory: frontend