1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

CI: Remove flaky packages.microsoft.com Ubuntu repository

We don't need it.
This commit is contained in:
Rémi Verschelde
2023-02-10 21:59:47 +01:00
parent ed85a2c8ce
commit 57d0afb365
2 changed files with 2 additions and 2 deletions

View File

@@ -78,8 +78,8 @@ jobs:
- name: Linux dependencies for tests
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 apt-get update
sudo apt-get install -qq mesa-vulkan-drivers
- name: Setup Godot build cache