Skip to content

Commit

Permalink
Update update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Dec 13, 2023
1 parent f9244ad commit 7fe4437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install Vulkan SDK
uses: stuart6854/install-vulkan-sdk-action@fix-linux-sdk-url
uses: stuart6854/install-vulkan-sdk-action@fix-download-urls
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install Vulkan SDK
uses: jakoch/install-vulkan-sdk-action@v1.0.1
uses: stuart6854/install-vulkan-sdk-action@fix-download-urls
with:
install_runtime: false
cache: true
Expand Down

0 comments on commit 7fe4437

Please sign in to comment.