Skip to content

Commit

Permalink
CI/CD: enable HOMEBREW_NO_INSTALL_UPGRADE
Browse files Browse the repository at this point in the history
Upgrades of existing packages (eg. glib) often fail due to an
attempt to overwrite conflicting files.
  • Loading branch information
szpajder committed Mar 17, 2024
1 parent 19a1755 commit 04864ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
VDL2_TEST1_EXPECT: "20 2d 52 41 20 42 52 20 4f 56 43 30 30 35 0a|20 53 4c 50 31 33 35 0a"
VDL2_TEST1_RESULT: 2
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 04864ed

Please sign in to comment.