小调整 5

王良 2024-11-08 13:02:19 +08:00
parent b568a02c7a
commit b7b4442ed9
1 changed files with 12 additions and 13 deletions

View File

@ -38,19 +38,18 @@ jobs:
echo "github.ref = ${{ github.ref }}"; echo "github.ref = ${{ github.ref }}";
echo "github.ref_name = ${{ github.ref_name }}"; echo "github.ref_name = ${{ github.ref_name }}";
# - name: "build native modules using another arch" - name: "build native modules using another arch"
# uses: uraimo/run-on-arch-action@v2.3.0 uses: uraimo/run-on-arch-action@v2.3.0
# with: with:
# arch: aarch64 arch: aarch64
# distro: ubuntu20.04 distro: ubuntu20.04
# githubToken: ${{ github.token }} githubToken: ${{ github.token }}
# dockerRunArgs: | dockerRunArgs: |
# --volume "/home/runner:/home/runner" --volume "/home/runner:/home/runner"
# install: | install: |
# apt-get update && apt-get install curl -y apt-get update && apt-get install curl -y
# curl -fsSL https://deb.nodesource.com/setup_16.x | bash - curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
# apt-get install -y nodejs gcc g++ make apt-get install -y nodejs gcc g++ make
# corepack enable
# run: | # run: |
# uname -a # uname -a
# chmod -R 777 /build # chmod -R 777 /build