Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ansxor authored Dec 26, 2024
1 parent eff5f24 commit 5cfca87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -22,7 +21,7 @@ jobs:
working-directory: ./wayland-osd-client
run: cargo build --verbose
- name: Install dependencies for Server
run: sudo apt-get install -y libglib2.0-dev
run: sudo apt-get install -y libglib2.0-dev libpango1.0-dev
- name: Build Server
working-directory: ./wayland-osd-server
run: cargo build --verbose

0 comments on commit 5cfca87

Please sign in to comment.