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 63a08e0 commit 6b455b6Copy full SHA for 6b455b6
ci/verify-build.sh
@@ -212,6 +212,9 @@ if [ "$os" = "linux" ]; then
212
nightly_targets="$rust_nightly_linux_targets"
213
no_dist_targets="$rust_linux_no_dist_targets"
214
elif [ "$os" = "macos" ]; then
215
+ echo LOOK HERE
216
+ xcodebuild -showsdks
217
+
218
targets="$rust_apple_targets"
219
nightly_targets="$rust_nightly_apple_targets"
220
no_dist_targets="$rust_apple_no_dist_targets"
0 commit comments