Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jul 20, 2024
1 parent 9b3a291 commit 6cce674
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-haxe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
;;
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/build.action-test-with-haxe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cce674

Please sign in to comment.