Skip to content

Commit

Permalink
Merge pull request #77 from stefanb/patch-1
Browse files Browse the repository at this point in the history
CI: Don't install unnecessary dependancies for raylib & gtk
  • Loading branch information
refaktor authored Dec 22, 2023
2 parents 31d80be + ec8e9aa commit 35f676d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
# sudo apt-get install -y libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config
# raylib: https://github.com/gen2brain/raylib-go/blob/master/.github/workflows/build.yml
sudo apt-get install -y libxi-dev libxinerama-dev libxcursor-dev libxrandr-dev libgl1-mesa-dev
# sudo apt-get install -y libxi-dev libxinerama-dev libxcursor-dev libxrandr-dev libgl1-mesa-dev
# gtk: https://github.com/gotk3/gotk3/blob/master/.github/workflows/linux.yml
sudo apt-get install -y libgtk-3-dev libcairo2-dev libglib2.0-dev
# sudo apt-get install -y libgtk-3-dev libcairo2-dev libglib2.0-dev
- name: Install MacOS cgo dependancies
if: runner.os == 'macOS'
run: |
# b_gtk: https://github.com/gotk3/gotk3/blob/master/.github/workflows/macos.yml
brew install gobject-introspection gtk+3
# brew install gobject-introspection gtk+3
- name: Build
# Enable all features for CI builds.
Expand Down

0 comments on commit 35f676d

Please sign in to comment.