From 0e1b5bd000b56c95e986259ca373a2f4f5a3d052 Mon Sep 17 00:00:00 2001 From: firestar99 Date: Fri, 9 Jan 2026 11:54:33 +0100 Subject: [PATCH] ci: update `install-vulkan-sdk`, remove explicit driver registration as of https://github.com/jakoch/install-vulkan-sdk-action/issues/547#issuecomment-3722370877 driver registration is done by the action itself --- .github/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71ca5acfcf..7103bb0f9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,13 +164,7 @@ jobs: cache: true stripdown: true install_lavapipe: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - if: ${{ runner.os == 'Windows' }} - name: Windows - Register Driver in Registry - shell: pwsh - run: | - reg add "HKLM\SOFTWARE\Khronos\Vulkan\Drivers" /v "$env:VK_DRIVER_FILES" /t REG_DWORD /d 0 /f + github_token: ${{ secrets.GITHUB_TOKEN }} - if: ${{ runner.os == 'Linux' }} name: Linux - Install native dependencies run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev