File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ jobs:
203203 run : ./non-nix-build/build.sh
204204
205205 - name : Install AWS CLI
206+ if : startsWith(github.ref, 'refs/tags/')
206207 run : brew install awscli
207208
208209 - name : Upload artifact
@@ -244,6 +245,7 @@ jobs:
244245 - dev-build
245246 - nix-build
246247 - appimage-build
248+ - dmg-build
247249 steps :
248250 - name : Checkout
249251 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44
55WANTED_TUP_REVISION=4247a523
66WANTED_TUP_VERSION=v0.8-8
7-
7+
88if command -v tup & > /dev/null; then
99 TUP_VERSION=$( tup --version)
1010 if [ " $TUP_VERSION " == " tup $WANTED_TUP_VERSION -g$WANTED_TUP_REVISION " ]; then
1717 echo tup is missing! installing...
1818fi
1919
20- brew install pkg-config pcre2
20+ brew install pkg-config pcre2 macFUSE
2121: ${DEPS_DIR:= $PWD / deps}
2222cd " $DEPS_DIR "
2323rm -rf tup
You can’t perform that action at this time.
0 commit comments