Skip to content

Commit

Permalink
fix: update XQuartz setup in release workflow for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrust committed Dec 26, 2024
1 parent fd84488 commit 7ba9fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
glew
brew install --cask xquartz
- name: Set up XQuartz (macOS)
if: runner.os == 'macOS'
- name: Start XQuartz (macOS)
if: matrix.os == 'macos-latest'
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
open -a XQuartz
sleep 10
- name: Build project
run: |
Expand Down

0 comments on commit 7ba9fb6

Please sign in to comment.