小调整 6
parent
b7b4442ed9
commit
c218765678
|
@ -50,8 +50,9 @@ jobs:
|
||||||
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
|
||||||
# run: |
|
corepack enable
|
||||||
# uname -a
|
run: |
|
||||||
|
uname -a
|
||||||
# chmod -R 777 /build
|
# chmod -R 777 /build
|
||||||
# cd /build
|
# cd /build
|
||||||
# pnpm config set store-dir /home/runner/.local/share/pnpm/store/v3
|
# pnpm config set store-dir /home/runner/.local/share/pnpm/store/v3
|
||||||
|
|
Loading…
Reference in New Issue