Skip to content

Commit

Permalink
combine run tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 22, 2023
1 parent fc0edc2 commit 9b71fc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{matrix.haxe-version}}
- run: haxelib setup /home/runner/haxe/haxelib/
- run: haxelib install haxelib 4.0.3
- run: haxelib dev flixel .
- run: |
haxelib setup /home/runner/haxe/haxelib/
haxelib install haxelib 4.0.3
haxelib dev flixel .
- uses: HaxeFlixel/setup-flixel@master
with:
haxe-version: current
Expand Down

0 comments on commit 9b71fc2

Please sign in to comment.