Skip to content

Commit

Permalink
Merge pull request godotengine#83214 from akien-mga/ci-linux-mesa-alt…
Browse files Browse the repository at this point in the history
…-install

CI: Workaround recently broken add-apt-repository on GHA
  • Loading branch information
akien-mga authored Oct 12, 2023
2 parents b137180 + 261fef7 commit ee118e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee118e7

Please sign in to comment.