Skip to content

Commit ac73982

Browse files
committed
CI: Remove the force-update of homebrew packages
Hopefully this will allow the intel build to succeed without timing out
1 parent 308fe58 commit ac73982

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ jobs:
8282
env:
8383
# Work around webp-pixbuf-loader issue: https://github.com/Homebrew/homebrew-core/issues/139497
8484
HOMEBREW_NO_INSTALL_FROM_API: 1
85-
run: |
86-
brew update
87-
brew install libadwaita adwaita-icon-theme gettext webp-pixbuf-loader
85+
run: brew install libadwaita adwaita-icon-theme gettext webp-pixbuf-loader
8886
- name: Build
8987
run: dotnet build Pinta.sln -c Release
9088
- name: Test

0 commit comments

Comments
 (0)