Skip to content

Commit eff38a4

Browse files
committed
CI: install specific box2d version
1 parent abb1890 commit eff38a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- name: Setup
12-
run: brew install lua box2d sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
12+
run: brew install lua box2d@2.4.2 sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
1313

1414
- name: Build
1515
run: |

0 commit comments

Comments
 (0)