ci: Run apt-get update

pull/2166/head
Tatsuhiro Tsujikawa 2024-01-24 19:49:17 +09:00
parent 218b817071
commit b0b6b14997
1 changed files with 1 additions and 0 deletions

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 \