We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4f525 commit 7bf448fCopy full SHA for 7bf448f
.github/workflows/build_and_test.yml
@@ -71,9 +71,17 @@ jobs:
71
${{ matrix.mono }} `$VCPKG_INSTALLATION_ROOT/vcpkg fetch nuget | tail -n 1`
72
setapikey "${{ secrets.VCPKG_NUGET_CI }}" -Source "https://nuget.pkg.github.com/mathisloge/index.json"
73
74
+ - name: Take test data ownership
75
+ if: matrix.os == 'windows-2022'
76
+ run: TAKEOWN /F test\data
77
+
78
- name: Configure CMake
79
run: cmake -DCMAKE_TOOLCHAIN_FILE=${{matrix.vcpkgroot}}/scripts/buildsystems/vcpkg.cmake --preset=${{matrix.preset}}
80
81
+ - name: Take test data ownership (cmake)
82
83
+ run: TAKEOWN /F build\windows-ci\out\test
84
85
- name: Build
86
run: cmake --build --preset ${{matrix.preset}}
87
0 commit comments