Skip to content

Commit

Permalink
Merge branch 'fix_7z' into 'master'
Browse files Browse the repository at this point in the history
Run 7z with eval

See merge request OpenMW/openmw!4357
  • Loading branch information
psi29a committed Sep 6, 2024
2 parents 8992a9f + d79fafd commit b26f840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,10 @@ printf "vcpkg packages ${VCPKG_REVISION:?}... "
if [[ -d "${VCPKG_PATH:?}" ]]; then
printf "Exists. "
else
7z x -y -o"${VCPKG_PATH:?}" "${VCPKG_ARCHIVE:?}" ${STRIP}
eval 7z x -y -o"${VCPKG_PATH:?}" "${VCPKG_ARCHIVE:?}" ${STRIP}

if [ -n "${PDBS}" ]; then
7z x -y -o"${VCPKG_PATH:?}" "${VCPKG_PDB_ARCHIVE:?}" ${STRIP}
eval 7z x -y -o"${VCPKG_PATH:?}" "${VCPKG_PDB_ARCHIVE:?}" ${STRIP}
fi
fi

Expand Down

0 comments on commit b26f840

Please sign in to comment.