Skip to content

Commit a974650

Browse files
authored
Update reusable_run_test_and_examples_by_linking_type.yml
1 parent ec672d9 commit a974650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_run_test_and_examples_by_linking_type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# SDKROOT="$(xcrun --sdk macosx${MACOSX_DEPLOYMENT_TARGET} --show-sdk-path)"
9999
if [[ ${CC_VER:0:4} != gcc- ]] ; then exit 1; fi
100100
GCC_VERSION=${CC_VER:4:6}
101-
brew uninstall gcc | true
101+
# brew uninstall gcc | true
102102
103103
104104
- name: Configure CMake (macos)

0 commit comments

Comments
 (0)