ci: restore apt-get update for package resolution
CI / build-and-test (push) Successful in 2m16s

This commit is contained in:
2026-07-18 14:45:03 +02:00
parent e7087d518b
commit 36da0d6adb
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
- name: Configure
run: cmake -B build -S .