Skip to content

Commit 2c08675

Browse files
committed
Test5
1 parent c3dad0e commit 2c08675

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{matrix.install}}
3434
cmake -E make_directory ${{runner.workspace}}/build
3535
36-
- name: Cache Vulkan SDK
36+
- name: Check Vulkan SDK Cache
3737
id: cache-vulkan
3838
uses: actions/cache@v4
3939
with:

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38-
- name: Cache Vulkan SDK
38+
- name: Check Vulkan SDK Cache
3939
id: cache-vulkan
4040
uses: actions/cache@v4
4141
with:

0 commit comments

Comments
 (0)