Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarn committed Oct 17, 2019
1 parent d6a6fa6 commit 5ae496f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Add rustup path
if: matrix.os == 'macOS-latest'
run: echo ::add-path::$HOME/.cargo/bin
- name: Install ubuntu deps
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libasound2-dev libssl-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5ae496f

Please sign in to comment.