Skip to content

Commit 83e934c

Browse files
authored
Update build-macos.yml
1 parent d9d2973 commit 83e934c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#!/bin/bash -e
1+
#!/bin/bash
2+
3+
set -x # Enable debugging
4+
set -e # Exit immediately if a command exits with a non-zero status
25

36
name: Build-macos
47

0 commit comments

Comments
 (0)