Skip to content

Commit

Permalink
Merge pull request #50 from tobil4sk/fix/ci
Browse files Browse the repository at this point in the history
Fix failing ci checks
  • Loading branch information
krdlab authored Jul 14, 2024
2 parents 66f10ed + c609e5a commit 38fd78c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- latest
- 4.3.4
- 3.4.7
include:
- lib_hxml: lib.hxml
- haxe: 3.4.7
lib_hxml: lib_haxe3.hxml

steps:

Expand All @@ -53,11 +57,11 @@ jobs:
uses: ./
with:
haxe-version: ${{ matrix.haxe }}
cache-dependency-path: 'test-workflow/lib.hxml'
cache-dependency-path: 'test-workflow/${{ matrix.lib_hxml }}'

- run: haxe -version

- run: haxelib install test-workflow/lib.hxml --always
- run: haxelib install test-workflow/${{ matrix.lib_hxml }} --always

- name: Compile test code
run: |
Expand Down
1 change: 1 addition & 0 deletions test-workflow/lib_haxe3.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-lib hxnodejs:12.1.0

0 comments on commit 38fd78c

Please sign in to comment.