From 101754960901c7805239fc711697381dbb0abcb7 Mon Sep 17 00:00:00 2001 From: akidon0000 Date: Sun, 10 Dec 2023 02:16:03 +0900 Subject: [PATCH] =?UTF-8?q?[162]=20=E3=82=84=E3=81=AF=E3=82=8Aikemen?= =?UTF-8?q?=E3=81=8C=E5=8E=9F=E5=9B=A0=E3=81=A0=E3=81=A3=E3=81=9F=E3=80=82?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=9F=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87507a88..897ac274 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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