Skip to content

Commit

Permalink
ci: No need to explicit install pkg globally (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 9, 2025
1 parent c875ffb commit 964d866
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ jobs:
with:
tag: v2.1.5-procursus7

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

- name: Preparing...
run: npm install
run: npm install --include=dev

- name: Building...
run: npm run-script pkg-${{ matrix.target }}
Expand Down

0 comments on commit 964d866

Please sign in to comment.