Skip to content

Commit 60feb0e

Browse files
Update build.yml
1 parent 8c9af50 commit 60feb0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ permissions:
88

99
jobs:
1010
build_pkg:
11+
environment:
12+
SHELL=/bin/bash
1113
runs-on: ubuntu-latest
1214
container: golang:bookworm
1315

@@ -24,6 +26,7 @@ jobs:
2426
APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
2527
$APT_PARAMS update
2628
$APT_PARAMS install curl git
29+
2730
curl -fsSL https://get.pnpm.io/install.sh | sh -
2831
2932
- name: Build

0 commit comments

Comments
 (0)