Skip to content

Commit 3f668d0

Browse files
committed
fix things
1 parent e3097d4 commit 3f668d0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/prebuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162

163163
- name: Build
164164
run: |
165+
set -Eeuxo pipefail
165166
git checkout ${{ matrix.canvas_tag }}
166167
git checkout $GITHUB_SHA -- prebuild/
167168
npm install -g node-gyp

prebuild/macOS/preinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set -Eeuxo pipefail
2+
13
brew update
24
brew install --force pkg-config cairo pango librsvg giflib # python3 is for macpack
35
# brew upgrade python # activates python 3

0 commit comments

Comments
 (0)