mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 07:24:12 +01:00
[CI] Add fetch-depth: 0 to Windows CI
Fixes the msvc CI builds not including the git commit in the dxvk version because 'git describe --dirty=+' called though meson fails.
This commit is contained in:
parent
c745136f67
commit
847a581288
1
.github/workflows/test-build-windows.yml
vendored
1
.github/workflows/test-build-windows.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup glslangValidator
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user