From 327c3890df4096ccb507a4d4be4402d506e2681e Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 4 Feb 2023 15:08:51 +0800 Subject: [PATCH] test github actions --- .github/workflows/pake_build_with_cache.yaml | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 8524160..f028449 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -114,25 +114,25 @@ jobs: # test build aarch64 build-arm64: runs-on: ubuntu-20.04 - needs: build-dist-bundle +# needs: build-dist-bundle steps: - uses: actions/checkout@v3 - name: install node - uses: actions/setup-node@v1 - with: - node-version: 18 + uses: actions/setup-node@v1 + with: + node-version: 18 - - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - target: aarch64-unknown-linux-gnu + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + profile: minimal + override: true + target: aarch64-unknown-linux-gnu - - name: pnpm install - run: pnpm install + - name: npm install + run: npm install - uses: uraimo/run-on-arch-action@v2.3.0 name: build native modules using another arch