Skip to content

Commit

Permalink
gha/macports: Ensure to uninstall homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Jan 8, 2024
1 parent 57010ea commit bb08bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-macports-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
key: ${{ matrix.config.os }}-ccache-${{ steps.get-current-date.outputs.date }}
restore-keys: |
${{ matrix.config.os }}-ccache-
- name: Uninstall Homebrew
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- name: Install MacPorts
run: |
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-macports-wheels-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
key: macos-wheels-ccache-${{ steps.get-current-date.outputs.date }}
restore-keys: |
${{ matrix.config.os }}-ccache-
- name: Uninstall Homebrew
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- name: Install MacPorts
run: |
curl -LO https://raw.githubusercontent.com/anlambert/macports-ci/master/macports-ci
Expand Down

0 comments on commit bb08bc6

Please sign in to comment.