We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a658 commit bf8968eCopy full SHA for bf8968e
1 file changed
scripts/ci-build-test-windows.sh
@@ -63,7 +63,7 @@ build_yices() {
63
make OPTION=mingw64 MODE=release dist
64
65
local dist_dir
66
- dist_dir="$(find build -type d -path '*/release/dist' | head -n 1)"
+ dist_dir="$(find build -type d -name dist | head -n 1)"
67
if [[ -z "${dist_dir}" ]]; then
68
echo "failed to locate Yices dist directory" >&2
69
exit 1
0 commit comments