use make abspath intead of shell realpath

This commit is contained in:
hathach
2023-03-03 15:55:34 +07:00
parent e92583ffd7
commit 9a8a9359e4
2 changed files with 7 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ jobs:
# ---------------------------------------
build-arm:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}