Skip to content

ctl_int: Optimize elem_list_new #124

ctl_int: Optimize elem_list_new

ctl_int: Optimize elem_list_new #124

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Load loopback driver
# run: sudo modprobe snd-aloop
- name: Install dependencies 1
run: sudo apt-get update
- name: Install dependencies 2
run: sudo apt-get install --no-install-recommends -y libasound2-dev
- name: Build
run: cargo check --verbose --all
# - name: Run tests
# run: cargo test --verbose --all