Skip to content

Commit

Permalink
fix: set up XQuartz configuration for macOS in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrust committed Dec 26, 2024
1 parent 20b0439 commit fd84488
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ jobs:
glew
brew install --cask xquartz
- name: Set up XQuartz (macOS)
if: runner.os == 'macOS'
run: |
sudo /usr/bin/defaults write org.macosforge.xquartz.X11 app_to_run /usr/bin/true
sudo /usr/bin/defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
sudo launchctl load /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
- name: Build project
run: |
if [[ ${{ matrix.os }} == 'ubuntu-latest' ]]; then
Expand Down

0 comments on commit fd84488

Please sign in to comment.