Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simul/Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Aug 7, 2024
2 parents f7cd5ab + 29a4750 commit 10fad1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Clone Platform
uses: actions/checkout@v4

- name: Update Submodules
run: git submodule update --init --force

- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
vulkan-use-cache: true
version: latest
cache: true

- name: Configure CMake
# Configure CMake in a 'build' subdirectory.
Expand Down

0 comments on commit 10fad1a

Please sign in to comment.