Skip to content

display command for self mute #80

display command for self mute

display command for self mute #80

Workflow file for this run

name: Linux GNU
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Build
run: cargo build --release --verbose
- name: Test
run: cargo test --verbose
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
name: insanity-gnu
path: target/release/insanity