@@ -149,47 +149,46 @@ jobs:
149149 include :
150150 - language : swift
151151 build-mode : manual
152+ #
153+ # build-library:
154+ steps :
155+ - name : Checkout
156+ uses : actions/checkout@v4
152157
153- build-library :
154- runs-on : ubuntu-latest
155- steps :
156- - name : Checkout
157- uses : actions/checkout@v4
158-
159- - name : Setup
160- uses : ./.github/actions/setup
161-
162- - name : Build package
163- run : yarn prepare
164-
165- # - name: Clean DerivedData folder
166- # run: |
167- # rm -rf ~/Library/Developer/Xcode/DerivedData/*
168- #
169- # - name: Setup
170- # uses: ./.github/actions/setup
171- #
172- # - name: Cache cocoapods
173- # if: env.turbo_cache_hit != 1
174- # id: cocoapods-cache
175- # uses: actions/cache@v4
176- # with:
177- # path: |
178- # **/ios/Pods
179- # key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
180- # restore-keys: |
181- # ${{ runner.os }}-cocoapods-
182- #
183- # - name: Install cocoapods
184- # if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
185- # run: |
186- # cd example/ios &&
187- # NO_FLIPPER=1 pod install --repo-update &&
188- # cd ..
189- # env:
190- # NO_FLIPPER: 1
191-
192- # Initializes the CodeQL tools for scanning.
158+ - name : Setup
159+ uses : ./.github/actions/setup
160+
161+ - name : Build package
162+ run : yarn prepare
163+
164+ # - name: Clean DerivedData folder
165+ # run: |
166+ # rm -rf ~/Library/Developer/Xcode/DerivedData/*
167+ #
168+ # - name: Setup
169+ # uses: ./.github/actions/setup
170+ #
171+ # - name: Cache cocoapods
172+ # if: env.turbo_cache_hit != 1
173+ # id: cocoapods-cache
174+ # uses: actions/cache@v4
175+ # with:
176+ # path: |
177+ # **/ios/Pods
178+ # key: ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
179+ # restore-keys: |
180+ # ${{ runner.os }}-cocoapods-
181+ #
182+ # - name: Install cocoapods
183+ # if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
184+ # run: |
185+ # cd example/ios &&
186+ # NO_FLIPPER=1 pod install --repo-update &&
187+ # cd ..
188+ # env:
189+ # NO_FLIPPER: 1
190+
191+ # Initializes the CodeQL tools for scanning.
193192 - name : Initialize CodeQL
194193 uses : github/codeql-action/init@v3
195194 with :
0 commit comments