We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc666fe commit 90fe907Copy full SHA for 90fe907
.github/scripts/dependencies.sh
@@ -44,8 +44,7 @@ install_libobjc2() {
44
install_libdispatch() {
45
echo "::group::libdispatch"
46
cd $DEPS_PATH
47
- # will reference upstream after https://github.com/apple/swift-corelibs-libdispatch/pull/534 is merged
48
- git clone -q -b system-blocksruntime https://github.com/ngrewe/swift-corelibs-libdispatch.git libdispatch
+ git clone -q https://github.com/swiftlang/swift-corelibs-libdispatch.git libdispatch
49
mkdir libdispatch/build
50
cd libdispatch/build
51
# -Wno-error=void-pointer-to-int-cast to work around build error in queue.c due to -Werror
0 commit comments