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