ci: Fix CI builds being marked as dirty. (#6656)
This commit is contained in:
parent
13a8969824
commit
df9cc1b84c
6 changed files with 10 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -182,6 +182,8 @@ jobs:
|
|||
vulkan-use-cache: true
|
||||
- name: Test glslangValidator
|
||||
run: glslangValidator --version
|
||||
- name: Disable line ending translation
|
||||
run: git config --global core.autocrlf input
|
||||
- name: Build
|
||||
run: ./.ci/windows.sh
|
||||
- name: Pack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue