test github actions
This commit is contained in:
26
.github/workflows/pake_build_with_cache.yaml
vendored
26
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -114,25 +114,25 @@ 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
|
||||||
|
|
||||||
- name: install node
|
- name: install node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
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