skip-motion #1588
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: skip-motion | |
| on: | |
| push: | |
| branches: [ main ] | |
| tags: "[0-9]+.[0-9]+.[0-9]+" | |
| schedule: | |
| - cron: '0 23 * * *' | |
| workflow_dispatch: | |
| pull_request: | |
| permissions: | |
| contents: write | |
| jobs: | |
| call-workflow: | |
| uses: skiptools/actions/.github/workflows/skip-framework.yml@v1 | |
| with: | |
| runs-on: "['macos-15-intel']" | |
| # there is an error with building Lottie iOS in Release mode | |
| # with the OSS toolchain | |
| # 4. While evaluating request IRGenRequest(IR Generation for file "/Users/runner/work/skip-motion/skip-motion/.build/checkouts/lottie-ios/Sources/Public/DynamicProperties/AnyValueProvider.swift") | |
| # 5. While emitting IR SIL function "@$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg". | |
| # for getter for typeErasedStorage (at /Users/runner/work/skip-motion/skip-motion/.build/checkouts/lottie-ios/Sources/Public/DynamicProperties/AnyValueProvider.swift:49:14) | |
| run-export: false | |
| run-local-tests: false | |
| # error with building with OSS toolchain: | |
| # While emitting IR SIL function "@$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg". | |
| # for getter for typeErasedStorage (at /Users/runner/work/skip-motion/skip-motion/.build/checkouts/lottie-ios/Sources/Public/DynamicProperties/AnyValueProvider.swift:49:14) | |
| run-android-native-build: false |