Skip to content

Commit

Permalink
Install wayland stuff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbattirola committed May 16, 2024
1 parent f88baf1 commit 8b0e8cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install raylib-go dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev
sudo apt-get install -y libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev wayland-protocols libwayland-dev
go get -v github.com/gen2brain/raylib-go/raylib
- name: Build project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev
sudo apt-get install -y libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libxxf86vm-dev wayland-protocols libwayland-dev
go get -v github.com/gen2brain/raylib-go/raylib
- name: Run tests
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,4 @@ Builds go to `/dist`.
- [x] x
- [ ] Wayland
- [x] Windows
- [ ] Run on multiple monitors
- [ ] Builds and install instructions
- [ ] CD
- [ ] Linux
- [ ] Windows
- [ ] Work with multi-monitor

0 comments on commit 8b0e8cf

Please sign in to comment.