Skip to content

Commit

Permalink
Fix Linux build not being made due to missing wayland dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
divark committed Jun 6, 2024
1 parent f77c3eb commit b81f0e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
libpango1.0-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libasound2-dev
libasound2-dev \
libwayland-dev \
libxkbcommon-dev
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
libglu1-mesa-dev \
libasound2-dev \
pkg-config \
libudev-dev
libudev-dev \
libwayland-dev \
libxkbcommon-dev
- name: Build release
run: |
cargo build --release
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## [1.0.1]
### Fixed
- Minutes and Hours now displaying properly.
- Linux release lacking wayland library.

## [1.0.0] - 2024-05-16
### Added
Expand Down

0 comments on commit b81f0e5

Please sign in to comment.