mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
ci: Skip cargo-rdme on x86_64 macOS
This commit is contained in:
@@ -132,7 +132,7 @@ case "$(uname -s)" in
|
|||||||
Darwin)
|
Darwin)
|
||||||
host_os=macos
|
host_os=macos
|
||||||
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
||||||
incompat_tools+=(martin release-plz) # no prebuilt binary
|
incompat_tools+=(cargo-rdme martin release-plz) # no prebuilt binary
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user