Commit aa7b872a authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

.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.
parent c6f7f577
...@@ -41,7 +41,8 @@ jobs: ...@@ -41,7 +41,8 @@ jobs:
key: linux key: linux
- name: Install dependencies - name: Install dependencies
run: | 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 \ g++-10 libfmt-dev libboost-dev \
libgtest-dev \ libgtest-dev \
libpcre2-dev \ libpcre2-dev \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment