Skip to content

Commit 90fe907

Browse files
authored
Update dependencies.sh
1 parent bc666fe commit 90fe907

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/dependencies.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ install_libobjc2() {
4444
install_libdispatch() {
4545
echo "::group::libdispatch"
4646
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
47+
git clone -q https://github.com/swiftlang/swift-corelibs-libdispatch.git libdispatch
4948
mkdir libdispatch/build
5049
cd libdispatch/build
5150
# -Wno-error=void-pointer-to-int-cast to work around build error in queue.c due to -Werror

0 commit comments

Comments
 (0)