This commit is contained in:
parent
2907bd855f
commit
b3e91995e1
@ -22,10 +22,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install PNPM
|
||||
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
||||
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -c
|
||||
|
||||
- name: Enable PNPM
|
||||
run: source /root/.bashrc
|
||||
run: source /root/.shrc
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user