Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
Fix spaces
  • Loading branch information
gcasa authored Jan 18, 2025
1 parent b19c905 commit f1a94d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_libobjc2() {
install_libdispatch() {
echo "::group::libdispatch"
cd $DEPS_PATH
git clone -q -b system-blocksruntime https://github.com/swiftlang/swift-corelibs-libdispatch.gitlibdispatch
git clone -q -b system-blocksruntime https://github.com/swiftlang/swift-corelibs-libdispatch.git libdispatch
mkdir libdispatch/build
cd libdispatch/build
# -Wno-error=void-pointer-to-int-cast to work around build error in queue.c due to -Werror
Expand Down

0 comments on commit f1a94d9

Please sign in to comment.