diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-10-30 22:27:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 22:27:07 +0300 |
| commit | e0fc1f3f9f66227f055240dde5dc571fccbf6d59 (patch) | |
| tree | d33cdd09dc9579d52c26d8743f62a56305cc0cfd /.github | |
| parent | 7017e4dcf17ab228ffc1e26f93e84e65ef9183e2 (diff) | |
Update rust.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4e1ea1f..8fd1827 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Deps + run: apt install libasound2-dev - name: Build run: cargo build --verbose --release - name: Run tests |
