Skip to content

Commit ce6395d

Browse files
authored
Update rust.yml
Keep packages up-to-date
1 parent 3ee3852 commit ce6395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- 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
25+
run: sudo apt update && sudo apt install build-essential libasound2-dev libpulse-dev libgtk-4-dev libdbus-1-dev libssl-dev intltool
2626
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
2727
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
2828
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode

0 commit comments

Comments
 (0)