Skip to content

Commit

Permalink
ci: Run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jan 24, 2024
1 parent 218b817 commit b0b6b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b0b6b14

Please sign in to comment.