Skip to content

Commit

Permalink
Work around PPA flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Apr 15, 2024
1 parent ae89b8c commit 16d759e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
if: ${{ matrix.libre2.needs_abseil }}
run: |
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:savoury1/build-tools
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E996735927E427A733BB653E374C7797FB006459
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/savoury1/build-tools/ubuntu focal main"
sudo apt-get install -y libabsl-dev
- name: Download and install specific release of libre2
run: |
Expand Down

0 comments on commit 16d759e

Please sign in to comment.