Skip to content

Commit d75e5a0

Browse files
authored
ci: Try forked pkg to fix arm64 build (#292)
* ci: Try forked pkg to fix arm64 build * try build node20 instead * revert yao * use yao pkg * try ver 6.0.0 * try all * Update build.yml * Update build.yml * Update build.yml * Update build.yml
1 parent ab68fa3 commit d75e5a0

File tree

3 files changed

+689
-449
lines changed

3 files changed

+689
-449
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,17 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47+
- name: Install dependencies
48+
run: |
49+
sudo apt-get update
50+
sudo apt-get install --assume-yes qemu-user-binfmt
51+
52+
- uses: MOZGIII/install-ldid-action@master
53+
with:
54+
tag: v2.1.5-procursus7
55+
4756
- name: Install pkg
48-
run: npm install -g pkg
57+
run: npm install -g @yao-pkg/pkg
4958

5059
- name: Preparing...
5160
run: npm install

0 commit comments

Comments
 (0)