Skip to content

Commit

Permalink
update global-profile to point to correct reference for non arm browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Sep 16, 2024
1 parent f272473 commit 42eb576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [[ "$(uname -a)" = *"arm"* || "$(uname -a)" = *"aarch64"* ]]; then
echo "You must use the built-in Electron browser (--browser electron) to run Cypress or find and install unofficial Arm binary builds."
echo
echo "More details and links to upstream issues for Chrome, Firefox, and Edge can be found at Cypress's issue tracker:"
echo " https://github.com/cypress-io/cypress-docker-images/issues/695"
echo " https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#browsers"
printf "\e[0m" # reset
fi

0 comments on commit 42eb576

Please sign in to comment.