From 02eaf31e3e10d8159f0d928c3166c8cdbd0e30f4 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Thu, 28 Sep 2023 21:38:24 +0300 Subject: [PATCH] Fix CI --- .github/workflows/build-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 66298f8..71fc5cf 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -30,6 +30,6 @@ jobs: - name: Build iOS run: | - xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty + xcodebuild clean build -project "AppExample/Example.xcodeproj" -scheme "Example" | xcpretty env: destination: ${{ matrix.iosDestination }}