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 d9d2973 commit 83e934cCopy full SHA for 83e934c
.github/workflows/build-macos.yml
@@ -1,4 +1,7 @@
1
-#!/bin/bash -e
+#!/bin/bash
2
+
3
+set -x # Enable debugging
4
+set -e # Exit immediately if a command exits with a non-zero status
5
6
name: Build-macos
7
0 commit comments