Skip to content

Commit

Permalink
move checkout earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 22, 2023
1 parent 6729ced commit 2f0c261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- uses: actions/checkout@v2
# - uses: actions/checkout@v3
# with:
# submodules: true
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{matrix.haxe-version}}
- uses: actions/checkout@v2
- run: haxelib dev flixel .
- uses: HaxeFlixel/setup-flixel@master
with:
Expand Down

0 comments on commit 2f0c261

Please sign in to comment.