Skip to content

Commit a6d8c0f

Browse files
CI: Fix macOS build (#1291)
1 parent e551f8f commit a6d8c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
run: |
226226
brew update
227227
brew install llvm@15 ninja nasm automake libtool
228-
brew install cmake python3 ninja
228+
brew install cmake ninja
229229
230230
- name: "Build and install molten-vk"
231231
run: |

0 commit comments

Comments
 (0)