From ac9193a9254f0cef3ae3a8caf831254d48d50990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sat, 8 May 2021 15:48:21 +0200 Subject: [PATCH] Revert "Try to fix Linux CI" This reverts commit 666a6181da2f1e85053654e22042d6b527352cc2. --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index de9f3bf48..94157e54a 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -36,7 +36,7 @@ jobs: # Install Nazara dependencies - name: Install system dependencies - run: sudo apt-get install python3-xcbgen libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libgl1-mesa-dev -y + run: sudo apt-get install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libgl1-mesa-dev -y # Force xmake to a specific folder (for cache) - name: Set xmake env