add windows back
This commit is contained in:
parent
4317d7f0b5
commit
ede97cde5e
1 changed files with 6 additions and 5 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
|
@ -35,11 +35,12 @@ jobs:
|
||||||
sudo apt-get update
|
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
|
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
|
- name: Install Vulkan SDK
|
||||||
# uses: humbletim/install-vulkan-sdk@v1.2
|
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
|
||||||
# with:
|
uses: humbletim/install-vulkan-sdk@v1.2
|
||||||
# version: 1.4.309.0
|
with:
|
||||||
# cache: true
|
version: 1.4.309.0
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Prepare Vulkan SDK for Ubuntu 22.04
|
- name: Prepare Vulkan SDK for Ubuntu 22.04
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue