diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios-screenshots.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/ios-screenshots.yml b/.github/workflows/ios-screenshots.yml index 5453e84500..9b98e8c875 100644 --- a/.github/workflows/ios-screenshots.yml +++ b/.github/workflows/ios-screenshots.yml @@ -16,14 +16,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Configure cache - uses: actions/cache@v3 - with: - path: ios/${{ env.SOURCE_PACKAGES_PATH }} - key: ${{ runner.os }}-spm-${{ hashFiles('ios/**/Package.resolved') }} - restore-keys: | - ${{ runner.os }}-spm- - - name: Setup go-lang uses: actions/setup-go@v3 with: @@ -55,7 +47,7 @@ jobs: working-directory: ios - name: Create screenshots - run: bundle exec fastlane snapshot + run: bundle exec fastlane snapshot --cloned_source_packages_path "$SOURCE_PACKAGES_PATH" working-directory: ios - name: Upload screenshot artifacts |
