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 e3097d4 commit 3f668d0Copy full SHA for 3f668d0
.github/workflows/prebuild.yaml
@@ -162,6 +162,7 @@ jobs:
162
163
- name: Build
164
run: |
165
+ set -Eeuxo pipefail
166
git checkout ${{ matrix.canvas_tag }}
167
git checkout $GITHUB_SHA -- prebuild/
168
npm install -g node-gyp
prebuild/macOS/preinstall.sh
@@ -1,3 +1,5 @@
1
+set -Eeuxo pipefail
2
+
3
brew update
4
brew install --force pkg-config cairo pango librsvg giflib # python3 is for macpack
5
# brew upgrade python # activates python 3
0 commit comments