File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ setup_file() {
66 # Installing the Windows SDK/CRT takes a long time.
77 # When still valid, use the installation from cache.
88
9- xwin --accept-license --cache-dir ${BATS_TEST_DIRNAME} /.xwin-hash list
9+ xwin --accept-license --manifest-version 16 -- cache-dir ${BATS_TEST_DIRNAME} /.xwin-hash list
1010 HASH_LIST_MANIFEST=$( sha256sum ${BATS_TEST_DIRNAME} /.xwin-hash/dl/manifest* .json | awk ' { print $1 }' )
1111 HASH_CACHED_MANIFEST=
1212
@@ -15,7 +15,7 @@ setup_file() {
1515 fi
1616
1717 if [[ $HASH_LIST_MANIFEST != $HASH_CACHED_MANIFEST ]]; then
18- xwin --accept-license --cache-dir ${BATS_TEST_DIRNAME} /.xwin-cache splat --preserve-ms-arch-notation
18+ xwin --accept-license --manifest-version 16 -- cache-dir ${BATS_TEST_DIRNAME} /.xwin-cache splat --preserve-ms-arch-notation
1919 fi
2020
2121 ln -sf ${BATS_TEST_DIRNAME} /.xwin-cache/splat/ /winsdk
You can’t perform that action at this time.
0 commit comments