Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua authored Oct 7, 2023
1 parent 790ab85 commit cb8136c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Cache APT Packages
uses: awalsh128/[email protected]
with:
packages: "build-essential ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"
packages: "build-essential binfmt-support qemu-user-static ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"

- name: Cache node modules
uses: actions/cache@v3
Expand All @@ -53,6 +53,10 @@ jobs:
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}
restore-keys: v1-npm-deps-

- uses: MOZGIII/install-ldid-action@v1
with:
tag: v2.1.5-procursus2

- name: Build
run: |
corepack enable
Expand All @@ -61,5 +65,5 @@ jobs:
npm install -g pkg
pnpm run build
cd packages/backend
pkg --public ./built/boot/entry.js
pkg --debug --public ./built/boot/entry.js --targets latest-linuxstatic-x64,latest-linuxstatic-arm64,latest-macos-x64,latest-macos-arm64,latest-win-x64
ls

0 comments on commit cb8136c

Please sign in to comment.