From 847a5812887f40ea36fca0026d106767747b485c Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:52:31 +0100 Subject: [PATCH] [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. --- .github/workflows/test-build-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build-windows.yml b/.github/workflows/test-build-windows.yml index 46826b9f..f135b1b3 100644 --- a/.github/workflows/test-build-windows.yml +++ b/.github/workflows/test-build-windows.yml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Setup glslangValidator shell: pwsh