Skip to content

Commit

Permalink
Merge pull request #61 from alphastrata/some-pipeline
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
alphastrata committed Nov 3, 2023
2 parents 4121a5a + b8df4e2 commit 9f6a8fd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-gnu
- name: install dependencies
run: |
sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Check
run: cargo check --verbose
- name: Build
run: |
cargo build --release --verbose
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

0 comments on commit 9f6a8fd

Please sign in to comment.