mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
CI: always update dependencies explicitly
Fix macOS build
This commit is contained in:
@@ -120,7 +120,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install required packages
|
||||
run: brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
|
||||
run: |
|
||||
brew update
|
||||
brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
||||
Reference in New Issue
Block a user