Skip to content

Commit

Permalink
actions: fix samples build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 3, 2024
1 parent dfd13e3 commit 6e4ce08
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
steps:

- uses: actions/checkout@v4

- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
Expand All @@ -73,15 +75,7 @@ jobs:
haxelib install lime --quiet
haxelib install openfl --quiet
haxelib install actuate --quiet
- uses: actions/download-artifact@v4
with:
name: box2d-haxelib
path: box2d-haxelib

- name: Prepare box2d
run: |
haxelib dev box2d box2d-haxelib
haxelib dev box2d ${{ github.workspace }}
- name: Build samples
run: |
Expand Down

0 comments on commit 6e4ce08

Please sign in to comment.