Skip to content

Commit 2c216b1

Browse files
committed
Remove VERBOSE from Vulkan Loader, and reduce subs in regen workflow
1 parent d68a1bf commit 2c216b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bindings-regeneration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
1717
- name: Checkout submodules, configure git.
1818
run: |
19-
git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive
19+
# Keep this in sync with generator.json!
20+
git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive --depth 0 build/submodules/Vulkan-Headers build/submodules/Assimp build/submodules/SDL build/submodules/webgpu-headers build/submodules/wgpu-native build/submodules/dawn build/submodules/SPIRV-Headers build/submodules/SPIRV-Reflect build/submodules/SPIRV-Cross build/submodules/shaderc
2021
git config --local user.email "[email protected]"
2122
git config --local user.name "The Silk.NET Automaton"
2223
- name: Setup .NET Core

.github/workflows/vulkan-loader.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ jobs:
9090
run: ${{ matrix.env.nuke_invoke }} VulkanLoader
9191
env:
9292
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
93-
VERBOSE: true

0 commit comments

Comments
 (0)