mirror of
https://github.com/aria2/aria2.git
synced 2024-11-26 19:43:42 +08:00
Merge pull request #2166 from aria2/apt-get-update
ci: Run apt-get update
This commit is contained in:
commit
4effc39e5a
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user