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 8c9af50 commit 60feb0eCopy full SHA for 60feb0e
.github/workflows/build.yml
@@ -8,6 +8,8 @@ permissions:
8
9
jobs:
10
build_pkg:
11
+ environment:
12
+ SHELL=/bin/bash
13
runs-on: ubuntu-latest
14
container: golang:bookworm
15
@@ -24,6 +26,7 @@ jobs:
24
26
APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
25
27
$APT_PARAMS update
28
$APT_PARAMS install curl git
29
+
30
curl -fsSL https://get.pnpm.io/install.sh | sh -
31
32
- name: Build
0 commit comments