We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f4ffb commit 74b9fd0Copy full SHA for 74b9fd0
.github/workflows/ci.yml
@@ -152,9 +152,8 @@ jobs:
152
153
- name: install required packages
154
run: |
155
- brew uninstall aws-sam-cli azure-cli qemu lima colima gradle kotlin maven pipx aria2 || true
156
brew update
157
- brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
158
159
- name: Initialize CodeQL
160
uses: github/codeql-action/init@v2
0 commit comments