1
0
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:
Blisto91 2024-11-10 19:52:31 +01:00 committed by Philip Rebohle
parent c745136f67
commit 847a581288

View File

@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup glslangValidator
shell: pwsh