From 254f80b442eafc0611315874e6384385e50653b5 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 21:20:18 +0200 Subject: [PATCH] debugging CI --- .github/workflows/linux_gcc.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/linux_gcc.yml b/.github/workflows/linux_gcc.yml index da8044c..a9ab32d 100644 --- a/.github/workflows/linux_gcc.yml +++ b/.github/workflows/linux_gcc.yml @@ -28,17 +28,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - # Install system dependencies - - name: Install Vulkan SDK - uses: humbletim/install-vulkan-sdk@v1.1.1 - with: - version: 1.3.204.1 - cache: true - - name: Install system dependencies run: | sudo apt-get update - sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential vulkan-utils libvulkan-dev + sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev # Build the lib - name: Build MacroLibX