Added linux headers
Some checks failed
/ Build the server (push) Failing after 1m15s

This commit is contained in:
Mutzi 2023-10-20 14:03:54 +02:00
parent e20ebf7bc7
commit c23692c077
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build -d",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},