Skip to content

Commit 575f0db

Browse files
Update build.yml
1 parent f911dd0 commit 575f0db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)