Merge pull request #2166 from aria2/apt-get-update

ci: Run apt-get update
This commit is contained in:
Tatsuhiro Tsujikawa 2024-01-24 20:15:45 +09:00 committed by GitHub
commit 4effc39e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ jobs:
- name: Linux setup
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install \
g++-12 \
clang-15 \