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 4dd6f4d commit 72d8b50Copy full SHA for 72d8b50
.github/workflows/release.yaml
@@ -99,11 +99,6 @@ jobs:
99
with:
100
go-version: "~1.18"
101
102
- - name: Install gon
103
- run: |
104
- brew tap mitchellh/gon
105
- brew install mitchellh/gon/gon
106
-
107
- name: Import Signing Certificates
108
uses: Apple-Actions/import-codesign-certs@v1
109
@@ -121,11 +116,21 @@ jobs:
121
116
restore-keys: |
122
117
js-${{ runner.os }}-
123
118
124
- - name: Install make
119
+ - name: Install dependencies
125
120
run: |
+ brew install bash
+
126
brew install make
127
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
128
+ brew tap mitchellh/gon
+ brew install mitchellh/gon/gon
129
+ - name: which bash
130
+ run: |
131
+ which bash
132
+ echo "$0"
133
134
- name: Build Site
135
run: make site/out/index.html
136
0 commit comments