.github/workflows/build.yml: run "apt-get update"
The build has been failing for a week or two because the package lists in the image are outdated.
This commit is contained in:
parent
c6f7f57776
commit
aa7b872a14
|
@ -41,7 +41,8 @@ jobs:
|
|||
key: linux
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install -y --no-install-recommends \
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
g++-10 libfmt-dev libboost-dev \
|
||||
libgtest-dev \
|
||||
libpcre2-dev \
|
||||
|
|
Loading…
Reference in New Issue