Skip to content

Commit cf00d43

Browse files
committed
Try using make target without mingw
1 parent 41c3a6a commit cf00d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
4646
- name: Build and test
47-
run: make test-mingw-windows64
47+
run: make test-windows64
4848
env:
4949
CC: gcc
5050
GODOT_BIN: ./godot.exe

0 commit comments

Comments
 (0)