Skip to content

Commit 6e4ce08

Browse files
committed
actions: fix samples build
1 parent dfd13e3 commit 6e4ce08

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
6161
steps:
6262

63+
- uses: actions/checkout@v4
64+
6365
- uses: krdlab/setup-haxe@v1
6466
with:
6567
haxe-version: ${{ matrix.haxe-version }}
@@ -73,15 +75,7 @@ jobs:
7375
haxelib install lime --quiet
7476
haxelib install openfl --quiet
7577
haxelib install actuate --quiet
76-
77-
- uses: actions/download-artifact@v4
78-
with:
79-
name: box2d-haxelib
80-
path: box2d-haxelib
81-
82-
- name: Prepare box2d
83-
run: |
84-
haxelib dev box2d box2d-haxelib
78+
haxelib dev box2d ${{ github.workspace }}
8579
8680
- name: Build samples
8781
run: |

0 commit comments

Comments
 (0)