Skip to content

Commit 530ae09

Browse files
committed
move carthage script to scripts folder
1 parent 1d6aac8 commit 530ae09

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@ jobs:
239239
- name: Use multiple cores
240240
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
241241
- name: Carthage
242-
run: ./carthage.sh build --no-skip-current --use-xcframeworks
242+
run: ./Scripts/carthage.sh build --no-skip-current --use-xcframeworks
243243
env:
244244
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
File renamed without changes.

0 commit comments

Comments
 (0)