Skip to content

Commit

Permalink
Merge pull request #2 from kaedwen/dependency_update
Browse files Browse the repository at this point in the history
Dependency update
  • Loading branch information
kaedwen authored Nov 12, 2023
2 parents a26bef4 + 1c633e6 commit ab350d5
Show file tree
Hide file tree
Showing 9 changed files with 1,642 additions and 1,500 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand All @@ -11,11 +11,14 @@ env:

jobs:
build:

runs-on: ubuntu-latest

container: "rust:1.73"
steps:
- uses: actions/checkout@v2
- name: Prepare
run: |
apt-get update
apt-get install --yes --no-install-recommends libxkbcommon-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit ab350d5

Please sign in to comment.