Update macos.yml

This commit is contained in:
Nayla 2024-03-03 20:01:03 -05:00 committed by GitHub
commit 8c4a16a1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
run: git submodule update --init --recursive run: git submodule update --init --recursive
# Setup Packages # Setup Packages
- name: Setup Packages - name: Setup Packages
run: brew install qt6 molten-vk p7zip pkgconfig cmake run: brew install qt6 molten-vk p7zip pkgconfig cmake ninja
# Use Static ZSTD # Use Static ZSTD
- name: Remove ZSTD - name: Remove ZSTD
run: brew uninstall zstd curl php --force --ignore-dependencies run: brew uninstall zstd curl php --force --ignore-dependencies