Skip to content

Commit

Permalink
ci: Try forked pkg to fix arm64 build (#292)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jcs090218 authored Jan 7, 2025
1 parent ab68fa3 commit d75e5a0
Show file tree
Hide file tree
Showing 3 changed files with 689 additions and 449 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --assume-yes qemu-user-binfmt
- uses: MOZGIII/install-ldid-action@master
with:
tag: v2.1.5-procursus7

- name: Install pkg
run: npm install -g pkg
run: npm install -g @yao-pkg/pkg

- name: Preparing...
run: npm install
Expand Down
Loading

0 comments on commit d75e5a0

Please sign in to comment.