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: container:
node:current-alpine node:current-alpine
steps: steps:
- run: apk add git tar cmake make g++ - run: apk add git tar cmake make g++ linux-headers
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: npm ci - run: npm ci
working-directory: frontend working-directory: frontend

View File

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