Skip to content

Commit

Permalink
Fix ci failure
Browse files Browse the repository at this point in the history
tobil4sk committed Jul 12, 2024
1 parent 1abb31a commit c609e5a
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
@@ -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:

@@ -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: |
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 c609e5a

Please sign in to comment.