We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dad0e commit 2c08675Copy full SHA for 2c08675
2 files changed
.github/workflows/linux.yaml
@@ -33,7 +33,7 @@ jobs:
33
${{matrix.install}}
34
cmake -E make_directory ${{runner.workspace}}/build
35
36
- - name: Cache Vulkan SDK
+ - name: Check Vulkan SDK Cache
37
id: cache-vulkan
38
uses: actions/cache@v4
39
with:
.github/workflows/windows.yaml
@@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
40
41
0 commit comments