Skip to content

Commit

Permalink
fix: force use latest pkg-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 12, 2024
1 parent 09fa4bc commit cc55003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
export PKG_IGNORE_TAG=true # prevents pkg-fetch to add a tag folder
# fix error nodejs 18: selected processor does not support `yield' in ARM mode
export CXXFLAG="-march=native -mcpu=native"
npx @yao-pkg/pkg-fetch -n node${{ github.event.inputs.node }}
npx @yao-pkg/pkg-fetch@latest -n node${{ github.event.inputs.node }}
- name: Upload node binary to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mkdir -p $CACHE
export PKG_CACHE_PATH=$CACHE
export PKG_IGNORE_TAG=true # prevents pkg-fetch to add a tag folder
npx @yao-pkg/pkg-fetch -n node${{ github.event.inputs.node }}
npx @yao-pkg/pkg-fetch@latest -n node${{ github.event.inputs.node }}
- name: Upload node binary to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit cc55003

Please sign in to comment.