Skip to content

Commit cbcb7fd

Browse files
hebastopsgreco
authored andcommitted
ci: Make getopt path architecture agnostic
Github-Pull: #26388 Rebased-From: 7028365
1 parent c422c07 commit cbcb7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
if [ "$CI_OS_NAME" == "macos" ]; then
1414
sudo -H pip3 install --upgrade --break-system-packages pip
1515
# shellcheck disable=SC2086
16-
IN_GETOPT_BIN="/usr/local/opt/gnu-getopt/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
16+
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1717
fi
1818

1919
# Create folders that are mounted into the docker

0 commit comments

Comments
 (0)