Fixed CI
Some checks failed
/ Build the server (push) Failing after 3m35s

This commit is contained in:
2024-04-23 16:27:57 +02:00
parent 3b211d1af6
commit 3ab85075df
2 changed files with 7 additions and 4 deletions

View File

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