add windows back

This commit is contained in:
CJ Pais 2025-06-25 18:20:54 -07:00
parent 4317d7f0b5
commit ede97cde5e

View file

@ -35,11 +35,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
# - name: Install Vulkan SDK
# uses: humbletim/install-vulkan-sdk@v1.2
# with:
# version: 1.4.309.0
# cache: true
- name: Install Vulkan SDK
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
uses: humbletim/install-vulkan-sdk@v1.2
with:
version: 1.4.309.0
cache: true
- name: Prepare Vulkan SDK for Ubuntu 22.04
run: |