Skip to content

Commit 35ccd93

Browse files
Update build.yml
1 parent 575f0db commit 35ccd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Build
2626
run: |
2727
cd /tmp/
28-
source /home/runner/.bashrc
29-
$PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
28+
#source /home/runner/.bashrc
29+
PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
3030
git clone "https://github.com/SphericalKat/medium.rip.git"
3131
3232
cd "/tmp/medium.rip/frontend/"

0 commit comments

Comments
 (0)