Skip to content

Commit

Permalink
[更新]:GitHub Actions中安装Vulkan SDK的版本为1.3.290.0
Browse files Browse the repository at this point in the history
- 在GitHub Actions工作流中,更新了`install-dependencies` action,以安装最新版本的Vulkan SDK(1.3.290.0)。
- 最新的Vulkan SDK(1.3.296.0) MacOS 平台是zip格式,[install-vulkan-sdk](https://github.com/humbletim/install-vulkan-sdk) action[没适配](humbletim/install-vulkan-sdk#13);
  • Loading branch information
RealChuan committed Nov 4, 2024
1 parent 7692ad8 commit d46abc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ runs:
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@main
with:
version: 1.3.290.0
cache: true

0 comments on commit d46abc9

Please sign in to comment.