mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
install pulseaudio
This commit is contained in:
parent
094c454cc3
commit
7ad429c56b
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi mgba-qt -y
|
run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi mgba-qt pulseaudio -y
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Nightly rust with required components
|
- name: Nightly rust with required components
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
@ -37,6 +37,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cargo test --verbose
|
run: pulseaudio -D && cargo test --verbose
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy --verbose
|
run: cargo clippy --verbose
|
||||||
|
|
Loading…
Reference in a new issue