Refactor: enhance workflow steps in nuxthub.yml for clarity and organization

This commit is contained in:
2025-07-29 19:15:01 +02:00
parent 9841668b9b
commit 2280f0030c

View File

@@ -13,7 +13,20 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Install dependencies
run: pnpm install --unsafe-perm
- name: Rebuild better-sqlite3 bindings
run: pnpm rebuild better-sqlite3
- name: Build
run: pnpm build
- name: Install pnpm
uses: pnpm/action-setup@v4