Update macos.yml

This commit is contained in:
Nayla 2024-03-03 19:35:41 -05:00 committed by GitHub
commit 50d6db37c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,11 +23,6 @@ jobs:
# 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
# Setup CMake
- name: Setup CMake
uses: Symbitic/install-cmake@v0.1.1
with:
platform: mac
# 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