Skip to content

Commit

Permalink
CI/CD MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Dec 14, 2022
1 parent e370e5f commit f95a4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
brew install sdl2 && \
source vendor/ci/macport-ci install && \
sudo port install VLC && port contents VLC && \
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/include/vlc /usr/local/include/ && \
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/lib/* /usr/local/lib/
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/VLC/include/vlc /usr/local/include/ && \
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/VLC/lib/* /usr/local/lib/
- name: Install zig
uses: goto-bus-stop/setup-zig@v2
Expand Down

0 comments on commit f95a4dc

Please sign in to comment.