File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 99
99
with :
100
100
go-version : " ~1.18"
101
101
102
- - name : Install gon
103
- run : |
104
- brew tap mitchellh/gon
105
- brew install mitchellh/gon/gon
106
-
107
102
- name : Import Signing Certificates
108
103
uses : Apple-Actions/import-codesign-certs@v1
109
104
with :
@@ -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 : |
121
+ brew install bash
122
+
126
123
brew install make
127
124
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
128
125
126
+ brew tap mitchellh/gon
127
+ brew install mitchellh/gon/gon
128
+
129
+ - name : which bash
130
+ run : |
131
+ which bash
132
+ echo "$0"
133
+
129
134
- name : Build Site
130
135
run : make site/out/index.html
131
136
You can’t perform that action at this time.
0 commit comments