Skip to content

Commit

Permalink
Merge pull request aria2#2166 from aria2/apt-get-update
Browse files Browse the repository at this point in the history
ci: Run apt-get update
  • Loading branch information
tatsuhiro-t authored Jan 24, 2024
2 parents 218b817 + b0b6b14 commit 4effc39
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 4effc39

Please sign in to comment.