1
0
Fork 1
mirror of https://example.com synced 2024-11-27 09:56:39 +09:00

ci: 💚 linux-headers in CI testCommit

This commit is contained in:
Kainoa Kanter 2023-08-09 21:36:03 +00:00
parent c30ca32ab5
commit 240a05719a

View file

@ -30,7 +30,7 @@ testCommit:
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD # POSTGRES_PASSWORD: $POSTGRES_PASSWORD
# POSTGRES_HOST_AUTH_METHOD: trust # POSTGRES_HOST_AUTH_METHOD: trust
script: script:
- apk add --no-cache cargo python3 make g++ - apk add --no-cache cargo python3 make g++ linux-headers
- cp .config/ci.yml .config/default.yml - cp .config/ci.yml .config/default.yml
- corepack enable - corepack enable
- corepack prepare pnpm@latest --activate - corepack prepare pnpm@latest --activate