Skip to content

Commit 3ee3852

Browse files
authored
Update rust.yml
Add build dependencies to the CI file
1 parent 11daec4 commit 3ee3852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
release_built: ${{ steps.set-output.outputs.release_built }}
2222
steps:
2323
- uses: actions/checkout@v5
24+
- name: Install system packages
25+
run: sudo apt-get install build-essential libasound2-dev libpulse-dev libgtk-4-dev libdbus-1-dev libssl-dev intltool
2426
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
2527
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
2628
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode

0 commit comments

Comments
 (0)