test github actions
This commit is contained in:
6
.github/workflows/pake_build_with_cache.yaml
vendored
6
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -114,7 +114,7 @@ jobs:
|
|||||||
# test build aarch64
|
# test build aarch64
|
||||||
build-arm64:
|
build-arm64:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: build-dist-bundle
|
# needs: build-dist-bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -131,8 +131,8 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
- name: pnpm install
|
- name: npm install
|
||||||
run: pnpm install
|
run: npm install
|
||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2.3.0
|
- uses: uraimo/run-on-arch-action@v2.3.0
|
||||||
name: build native modules using another arch
|
name: build native modules using another arch
|
||||||
|
|||||||
Reference in New Issue
Block a user