Skip to content

Commit

Permalink
CI/CD updates
Browse files Browse the repository at this point in the history
- bump checkout to v4
- enable HOMEBREW_NO_INSTALL_UPGRADE to skip upgrading existing
packages (this often fails on attempts to overwrite conflicting
files)
  • Loading branch information
szpajder committed Mar 17, 2024
1 parent 61cec76 commit 0536cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install packaged dependencies
run: |
Expand Down

0 comments on commit 0536cca

Please sign in to comment.