Skip to content

Commit

Permalink
GitHub: fixed CI issue (replaced the Vulkan SDK downloading script)
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Mar 4, 2025
1 parent 89bfb38 commit e644d75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
sudo pip install cmake --upgrade
- name: Install Vulkan SDK
uses: humbletim/[email protected]
uses: jakoch/install-vulkan-sdk-action@v1.1.1
with:
version: 1.3.296.0
vulkan_version: 1.4.304.1
install_runtime: true
cache: true
stripdown: true

- name: Get the number of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
Expand Down

0 comments on commit e644d75

Please sign in to comment.