Skip to content

Commit

Permalink
fix: Matrix xcode Build Scheme App 임시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent d92e159 commit 1a79239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcodebuild-scheme: ['App', 'WidgetExtension']
xcodebuild-scheme: ['App']
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a79239

Please sign in to comment.