Skip to content

Commit 7bf448f

Browse files
committed
test takeown
1 parent 7c4f525 commit 7bf448f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_and_test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,17 @@ jobs:
7171
${{ matrix.mono }} `$VCPKG_INSTALLATION_ROOT/vcpkg fetch nuget | tail -n 1`
7272
setapikey "${{ secrets.VCPKG_NUGET_CI }}" -Source "https://nuget.pkg.github.com/mathisloge/index.json"
7373
74+
- name: Take test data ownership
75+
if: matrix.os == 'windows-2022'
76+
run: TAKEOWN /F test\data
77+
7478
- name: Configure CMake
7579
run: cmake -DCMAKE_TOOLCHAIN_FILE=${{matrix.vcpkgroot}}/scripts/buildsystems/vcpkg.cmake --preset=${{matrix.preset}}
7680

81+
- name: Take test data ownership (cmake)
82+
if: matrix.os == 'windows-2022'
83+
run: TAKEOWN /F build\windows-ci\out\test
84+
7785
- name: Build
7886
run: cmake --build --preset ${{matrix.preset}}
7987

0 commit comments

Comments
 (0)