summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-03 15:55:34 +0700
committerhathach <[email protected]>2023-03-03 15:55:34 +0700
commit9a8a9359e40c93c187743a469f3d984dbf2f6413 (patch)
tree9243bc859ce46188e6175159b14ff68cdfa26fa4 /.github/workflows
parente92583ffd73d5307b918be2e4c7e39b978a804ed (diff)
use make abspath intead of shell realpath
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_win_mac.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml
index f41457617..5ff7fa6f8 100644
--- a/.github/workflows/build_win_mac.yml
+++ b/.github/workflows/build_win_mac.yml
@@ -27,6 +27,7 @@ jobs:
# ---------------------------------------
build-arm:
strategy:
+ fail-fast: false
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}