Skip to content

Commit

Permalink
install xkbcommon in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederHannenheim authored Dec 14, 2023
1 parent e30ac2b commit 8f6815c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install Package
uses: ConorMacBride/install-package@v1.1.0
with:
apt: libxkbcommon-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 8f6815c

Please sign in to comment.