Procházet zdrojové kódy

Fix GitHub CI on Linux.

This PR temporarily removes a package that is currently broken on
GitHub's Ubuntu 22.04 installation. This is the most expedient way to
make the CI green again, so we can test any other changes we may want to
land.

PiperOrigin-RevId: 520206940
naive_version
Victor Costan před 1 rokem
rodič
revize
77d66aaf3e
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +3
    -2
      .github/workflows/build.yml

+ 3
- 2
.github/workflows/build.yml Zobrazit soubor

@ -66,10 +66,11 @@ jobs:
- name: Install dependencies on Linux
if: ${{ runner.os == 'Linux' }}
# libgoogle-perftools-dev is temporarily removed from the package list
# because it is currently broken on GitHub's Ubuntu 22.04.
run: |
sudo apt-get update
sudo apt-get install libgoogle-perftools-dev libkyotocabinet-dev \
libsnappy-dev libsqlite3-dev
sudo apt-get install libkyotocabinet-dev libsnappy-dev libsqlite3-dev
- name: Generate build config
run: >-

Načítá se…
Zrušit
Uložit