Skip to content

Commit

Permalink
only download hx4compat for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Aug 14, 2024
1 parent 86d894e commit 5fa7390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Install Dependencies
run: |
haxelib install utest
- name: Install hx4compat
run: |
if: (matrix.target != 'latest')
haxelib git hx4compat https://github.com/HaxeFoundation/hx4compat.git
- name: Build
Expand Down

0 comments on commit 5fa7390

Please sign in to comment.