diff options
| author | hathach <[email protected]> | 2023-03-03 15:55:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-03 15:55:34 +0700 |
| commit | 9a8a9359e40c93c187743a469f3d984dbf2f6413 (patch) | |
| tree | 9243bc859ce46188e6175159b14ff68cdfa26fa4 /.github/workflows | |
| parent | e92583ffd73d5307b918be2e4c7e39b978a804ed (diff) | |
use make abspath intead of shell realpath
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 1 |
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 }} |
