diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 23ff87b2..f325efc3 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -45,7 +45,8 @@ jobs: # Install dependencies and build - name: Install dependencies and build run: | - cd pansoft-plrl + # cd pansoft-plrl + ls echo "Installing dependencies..." pnpm install --no-frozen-lockfile echo "Dependencies installed."