Skip to content

Commit f911dd0

Browse files
Update build.yml
1 parent 1713cba commit f911dd0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525
- name: Build
2626
run: |
2727
cd /tmp/
28-
source /home/runner/.bashrc
29-
28+
$PNPM_BIN='/home/runner/.local/share/pnpm/pnpm'
3029
git clone "https://github.com/SphericalKat/medium.rip.git"
3130
3231
cd "/tmp/medium.rip/frontend/"
3332
mv postcss.config.ts postcss.config.cjs
34-
/home/runner/.local/share/pnpm i
35-
/home/runner/.local/share/pnpm approve-builds
36-
/home/runner/.local/share/pnpm run build
33+
$PNPM_BIN i
34+
$PNPM_BIN approve-builds
35+
$PNPM_BIN run build
3736
3837
cd "/tmp/medium.rip/"
3938
go mod download

0 commit comments

Comments
 (0)