Skip to content

Commit c3352d6

Browse files
committed
CI: always update dependencies explicitly
Fix macOS build
1 parent f842638 commit c3352d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
uses: actions/checkout@v4
121121

122122
- name: install required packages
123-
run: brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
123+
run: |
124+
brew update
125+
brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
124126
125127
- name: Initialize CodeQL
126128
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)