Skip to content
Snippets Groups Projects
Commit 97178a3f authored by Thomas Müller's avatar Thomas Müller
Browse files

CI: install Vulkan SDK from official binaries instead of compiling from source

parent f56e0f8a
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,8 @@ jobs:
cuda: ${{ matrix.cuda }}
run: ./dependencies/cuda-cmake-github-actions/scripts/actions/install_cuda_ubuntu.sh
shell: bash
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
- name: CMake
run: cmake . -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }}
- name: Build
......@@ -127,11 +124,8 @@ jobs:
visual_studio: ${{ matrix.visual_studio }}
shell: powershell
run: .\dependencies\cuda-cmake-github-actions\scripts\actions\install_cuda_windows.ps1
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
- name: CMake
run: cmake . -B ${{ env.build_dir }} -G "${{ matrix.visual_studio }}" -A x64
- name: Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment