We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ba3d3 commit be09ac9Copy full SHA for be09ac9
.github/workflows/build.yml
@@ -8,7 +8,6 @@ permissions:
8
9
env:
10
SHELL: /bin/bash
11
- PNPM_HOME: /github/home/.local/share/pnpm
12
13
jobs:
14
build_pkg:
@@ -44,7 +43,7 @@ jobs:
44
43
echo "RELEASE_FILE=$RELEASE_FILE" >> $GITHUB_ENV
45
46
#PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
47
- PNPM_BIN=pnpm
+ PNPM_BIN="/github/home/.local/share/pnpm"
48
#git clone "https://github.com/SphericalKat/medium.rip.git"
49
git clone "https://github.com/mycodedoesnotcompile2/medium.rip.git"
50
0 commit comments