summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2023-10-13 00:16:59 +0200
committerGitHub <noreply@github.com>2023-10-13 00:16:59 +0200
commitee118e7ffd97f478de73f4b344fddc0203ef7cca (patch)
tree432984999a0ded2b60ac883e8307800a18fd9787
parentb1371806ad3907c009458ea939bd4b810f9deb21 (diff)
parent261fef72ad0b318eda25b1249fd47e8cecd71b56 (diff)
downloadredot-engine-ee118e7ffd97f478de73f4b344fddc0203ef7cca.tar.gz
Merge pull request #83214 from akien-mga/ci-linux-mesa-alt-install
CI: Workaround recently broken add-apt-repository on GHA
-rw-r--r--.github/workflows/linux_builds.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 5dd0805d9a..9212e4ddff 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -92,7 +92,8 @@ jobs:
if: ${{ matrix.proj-test }}
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
- sudo add-apt-repository ppa:kisak/turtle
+ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
+ sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu focal main"
sudo apt-get install -qq mesa-vulkan-drivers
- name: Free disk space on runner