Skip to content

Commit

Permalink
GHA ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Feb 7, 2025
1 parent f432e25 commit 558f4bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: push

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Package updates
run: sudo apt-get update && sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: rustup
run: rustup update stable
- name: Run tests
run: cargo test

0 comments on commit 558f4bc

Please sign in to comment.