Skip to content

Commit

Permalink
#97: try removing cask option in macos workflow file for xquartz
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 29, 2024
1 parent c32484e commit 88dc714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Install dependencies
run: |
brew update && brew install coreutils lcov && brew install xquartz --cask
brew update && brew install coreutils lcov xquartz
- name: Load VTK from cache
id: vtk-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.VTK_SRC_DIR }}
Expand Down

0 comments on commit 88dc714

Please sign in to comment.