Skip to content

Install libasound2

Install libasound2 #2

Workflow file for this run

name: Build and Deploy with Trunk
on: [push]
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libasound2-dev
- uses: actions/checkout@v2
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- uses: jetli/[email protected]
- uses: jetli/[email protected]
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check