We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab68fa3 commit d75e5a0Copy full SHA for d75e5a0
.github/workflows/build.yml
@@ -44,8 +44,17 @@ jobs:
44
steps:
45
- uses: actions/checkout@v4
46
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
56
- name: Install pkg
- run: npm install -g pkg
57
+ run: npm install -g @yao-pkg/pkg
58
59
- name: Preparing...
60
run: npm install
0 commit comments