fix cicd
Some checks failed
Build and Deploy / build (push) Failing after 6s

This commit is contained in:
dealjus 2025-04-29 07:04:01 -07:00
parent 2907bd855f
commit b3e91995e1

View File

@ -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