From 8b7ac6e71caea04c59e538d63758e5ea184e464c Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sun, 6 Oct 2024 11:03:02 -0300 Subject: [PATCH] fix(ci): iOS 18 --- .github/workflows/ios18.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ios18.yml b/.github/workflows/ios18.yml index 70eeb7b..04d419f 100644 --- a/.github/workflows/ios18.yml +++ b/.github/workflows/ios18.yml @@ -28,7 +28,10 @@ jobs: run: gem install cocoapods -v 1.15.2 - name: Pod Install run: pod install --repo-update + working-directory: ios - name: Build run: ./build.sh + working-directory: ios - name: Test iOS 18.0 run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15" + working-directory: ios