Skip to content

Commit

Permalink
Alsa-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHayton committed Jul 30, 2024
1 parent 2b20ffe commit efdcb9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ jobs:
- uses: ilammy/setup-nasm@v1
- name: Checkout sources
uses: actions/checkout@v2

- name: Install alsa-tools (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install alsa-tools
- name: Set MSVC target (windows only)
if: matrix.os == 'windows-latest'
run: bash ./scripts/set-windows-msvc.sh

- name: Build example
working-directory: examples/${{ matrix.example }}
run: cargo build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
- uses: ilammy/setup-nasm@v1
- name: Checkout sources
uses: actions/checkout@v2

- name: Install alsa-tools (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install alsa-tools
- name: Set MSVC target (windows only)
if: matrix.os == 'windows-latest'
run: bash ./scripts/set-windows-msvc.sh

- name: Cargo build main project (Default features)
run: cargo build
- name: Cargo build main project (Optional features)
Expand Down

0 comments on commit efdcb9e

Please sign in to comment.