mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
CI: Workaround recently broken add-apt-repository on GHA
Hopefully adding the sources manually still works.
This commit is contained in:
parent
b1371806ad
commit
261fef72ad
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux_builds.yml
vendored
3
.github/workflows/linux_builds.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue