Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Apr 10, 2024
1 parent 6925dd4 commit 3a21303
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- run: sudo apt-get update
- uses: actions/checkout@v3

- run: haxelib dev flixel-templates .

- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{matrix.haxe-version}}
Expand All @@ -26,7 +24,7 @@ jobs:
run: |
haxelib setup /home/runner/haxe/haxelib/
haxelib install haxelib 4.0.3
haxelib dev flixel .
haxelib dev flixel-templates .
- uses: HaxeFlixel/setup-flixel@v1
with:
Expand Down

0 comments on commit 3a21303

Please sign in to comment.