Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsmagd authored Nov 24, 2024
1 parent 3628b70 commit f6d597e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
submodules: true # Incluye los submódulos
fetch-depth: 0 # Clona el historial completo para los submódulos


- name: Install Windows SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@main
with:
sdk-version: 22621

- name: Prepare Vulkan SDK
uses: humbletim/[email protected]
with:
Expand All @@ -40,4 +34,3 @@ jobs:

- name: Build
run: cmake --build ${{github.workspace}}/Ifnity/build --config ${{env.BUILD_TYPE}}

0 comments on commit f6d597e

Please sign in to comment.