ci: update package cache before installing dependencies

This commit is contained in:
Tal 2026-03-18 20:52:19 +01:00 committed by GitHub
parent 7167bd4bf5
commit 07c6bc2f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
run: | run: |
sudo apt update
sudo apt install -y libasound2-dev librust-alsa-sys-dev librust-curl+openssl-sys-dev sudo apt install -y libasound2-dev librust-alsa-sys-dev librust-curl+openssl-sys-dev
- name: Build binary - name: Build binary