From 6cce674fb41627249771989c3b743f8a007ec2b0 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 20 Jul 2024 17:26:49 +0200 Subject: [PATCH] test --- .github/actions/setup-haxe/action.yml | 2 +- .../workflows/build.action-test-with-haxe.yml | 28 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/actions/setup-haxe/action.yml b/.github/actions/setup-haxe/action.yml index 64e7866..166fe20 100644 --- a/.github/actions/setup-haxe/action.yml +++ b/.github/actions/setup-haxe/action.yml @@ -115,7 +115,7 @@ runs: # workaround for "dyld: Library not loaded: @rpath/libneko.2.dylib" (set -x; ln -sfv "$(dirname $(which neko))/libneko.2.dylib" "$HAXE_HOME/libneko.2.dylib") - (set -x; sudo ln -sfv "$(dirname $(which neko))/libneko.2.dylib" /usr/local/lib/libneko.2.dylib) + (set -x; sudo ln -sfv "$(dirname $(which neko))/libneko.2.dylib" /usr/local/lib/libneko.2.dylib || true) (set -x; haxelib setup $HAXE_HOME/lib) ;; diff --git a/.github/workflows/build.action-test-with-haxe.yml b/.github/workflows/build.action-test-with-haxe.yml index 225aff0..8dea92e 100644 --- a/.github/workflows/build.action-test-with-haxe.yml +++ b/.github/workflows/build.action-test-with-haxe.yml @@ -42,20 +42,20 @@ jobs: strategy: fail-fast: false matrix: - os: # https://github.com/actions/runner-images#available-images - - ubuntu-latest - - macos-13 # Intel - - windows-latest - haxe: - - nightly - - 4.3.5 - - 4.2.5 - - 3.4.7 - #include: - #- os: macos-latest # ARM - # haxe: nightly - #- os: macos-latest # ARM - # haxe: 4.3.5 + #os: # https://github.com/actions/runner-images#available-images + #- ubuntu-latest + #- macos-13 # Intel + #- windows-latest + #haxe: + #- nightly + #- 4.3.5 + #- 4.2.5 + #- 3.4.7 + include: + - os: macos-latest # ARM + haxe: nightly + - os: macos-latest # ARM + haxe: 4.3.5 steps: - name: Show environment variables