Skip to content

Commit

Permalink
fixed workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Aug 14, 2024
1 parent 4dbe353 commit 5e73889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
haxelib install utest
- name: Install hx4compat
if: matrix.target == 'latest'
run: |
if: (matrix.target == 'latest')
haxelib git hx4compat https://github.com/HaxeFoundation/hx4compat.git
- name: Build
Expand Down

0 comments on commit 5e73889

Please sign in to comment.