Skip to content

Commit

Permalink
Uninstall homebrew packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 4, 2024
1 parent 0424b4d commit 12a600b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
env:
QT_MAJOR: ${{ matrix.QT_MAJOR }}
steps:
- name: Uninstall homebrew
run: |
brew uninstall --cask --force --ignore-dependencies $(brew list --cask)
brew uninstall --force --ignore-dependencies $(brew list) cmake
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down
1 change: 1 addition & 0 deletions ci/travis-osx-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -ev

mkdir build && cd build
conda info
which cmake
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DEXTRA_TESTS=OFF
make -j4
make test
Expand Down

0 comments on commit 12a600b

Please sign in to comment.