1
0
Fork 0

Merge pull request #102720 from akien-mga/ci-remove-ubuntu-20.04

CI: Remove outdated reference to ubuntu-20.04
This commit is contained in:
Rémi Verschelde 2025-02-11 23:59:36 +01:00
commit 0636a14034
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu ${{ matrix.os == 'ubuntu-20.04' && 'focal' || 'jammy' }} main"
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
sudo apt-get install -qq mesa-vulkan-drivers
# TODO: Figure out somehow how to embed this one.