CI: Switch mesa PPA from kisak-mesa to turtle
May solve a weird name clash we seem to have on CI since yesterday.
This commit is contained in:
parent
4b7cc99bc1
commit
303b54bcee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
if: ${{ matrix.proj-test }}
|
||||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo add-apt-repository ppa:kisak/kisak-mesa
|
||||
sudo add-apt-repository ppa:kisak/turtle
|
||||
sudo apt-get install -qq mesa-vulkan-drivers
|
||||
|
||||
- name: Free disk space on runner
|
||||
|
|
Loading…
Reference in a new issue