Skip to content

Commit

Permalink
ci: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez authored Feb 22, 2024
1 parent cc94633 commit a5302bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Dependencies
run: apt-get update -y && apt-get install -y libxkbcommon-dev libwayland-dev
- name: Lint
uses: wearerequired/lint-action@v2
with:
clippy: true
rustfmt: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit a5302bf

Please sign in to comment.