-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igl | Add SPIRV-Headers to fix GitHub Actions (#54)
Summary: Pull Request resolved: #54 Test Plan: https://github.com/facebook/igl/actions Updated dependencies: https://www.internalfb.com/intern/wiki/IGL/IGL_CMake_CI_Builds/ Reviewed By: EricGriffith Differential Revision: D51513206 Pulled By: corporateshark fbshipit-source-id: 1f751d2003c722f1202d17af048f32e13438b16e
- Loading branch information
1 parent
eb04676
commit 7a24f36
Showing
6 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,8 +108,8 @@ jobs: | |
- name: Prepare Vulkan SDK | ||
uses: humbletim/[email protected] | ||
with: | ||
vulkan-query-version: 1.3.204.0 | ||
vulkan-components: Vulkan-Headers, Vulkan-Loader | ||
vulkan-query-version: 1.3.268.0 | ||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Headers | ||
vulkan-use-cache: true | ||
|
||
- name: Get the number of CPU cores | ||
|
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters