We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431c886 commit 80e40c5Copy full SHA for 80e40c5
action.yml
@@ -247,7 +247,8 @@ runs:
247
elif [ ${RUNNER_OS} == 'macOS' ]; then
248
/usr/sbin/installer -pkg swift.pkg -target CurrentUserHomeDirectory
249
SWIFT_INSTALLATION=${HOME}/Library/Developer/Toolchains/${{ steps.setup.outputs.swift-id }}.xctoolchain/usr
250
- echo "TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw ${SWIFT_INSTALLATION}/../Info.plist)" >> $GITHUB_ENV
+ # do not add the toolchains variable, which might mess up Xcode builds
251
+ #echo "TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw ${SWIFT_INSTALLATION}/../Info.plist)" >> $GITHUB_ENV
252
which patchelf 2>&1 > /dev/null || brew install patchelf
253
else
254
echo "::error::Unsupported platform: ${RUNNER_OS}"
0 commit comments