Skip to content

Commit ee59437

Browse files
committed
Fix MacOS
1 parent 3aee44a commit ee59437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos_builds_deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
- uses: actions/checkout@v4
6262
with:
6363
submodules: recursive
64-
64+
- name: Setup python and scons
65+
uses: ./godot-engine/.github/actions/godot-deps
6566
- name: Setup Godot build cache
6667
uses: ./godot-engine/.github/actions/godot-cache
6768
with:

0 commit comments

Comments
 (0)