Skip to content

Commit

Permalink
[162] やはりikemenが原因だった。指定された方法で修正
Browse files Browse the repository at this point in the history
  • Loading branch information
akidon0000 committed Dec 9, 2023
1 parent c8f326f commit 1017549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

steps:
# チェックアウト
- uses: actions/checkout@v3
- uses: actions/checkout@v2

# CocoaPodsをインストールする
- name: CocoaPods
run: pod deintegrate && pod install
run: pod install

# ビルド
- name: Xcode build
Expand Down

0 comments on commit 1017549

Please sign in to comment.