Skip to content

Commit be09ac9

Browse files
Update build.yml
1 parent e4ba3d3 commit be09ac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permissions:
88

99
env:
1010
SHELL: /bin/bash
11-
PNPM_HOME: /github/home/.local/share/pnpm
1211

1312
jobs:
1413
build_pkg:
@@ -44,7 +43,7 @@ jobs:
4443
echo "RELEASE_FILE=$RELEASE_FILE" >> $GITHUB_ENV
4544
4645
#PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
47-
PNPM_BIN=pnpm
46+
PNPM_BIN="/github/home/.local/share/pnpm"
4847
#git clone "https://github.com/SphericalKat/medium.rip.git"
4948
git clone "https://github.com/mycodedoesnotcompile2/medium.rip.git"
5049

0 commit comments

Comments
 (0)