Skip to content

Commit

Permalink
ci(build): install needed build dependencies on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Jan 27, 2025
1 parent 3b530e4 commit 70b29d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:

- name: Restore dependencies
run: dotnet restore --locked-mode
- name: Install needed build dependencies
if: runner.os == 'Linux'
run: sudo apt install -y zlib1g-dev libx11-dev xserver-xorg-dev xorg-dev libdbus-1-dev
# Needed for offline building :3
- name: Upload Source With Dependencies
if: matrix.configuration == 'Debug' && runner.os == 'Linux'
Expand Down

0 comments on commit 70b29d8

Please sign in to comment.