Skip to content

Commit ca44c9a

Browse files
committed
Temporarily disable cache restore
1 parent 172365f commit ca44c9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/sdk.ai.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
secrets_passphrase: ${{ secrets.GHASecretsGPGPassphrase1 }}
5858
steps:
5959
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
60-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
61-
with:
62-
path: .build
63-
key: ${{ needs.spm.outputs.cache_key }}
60+
# Temporarily disable cache restore
61+
# - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
62+
# with:
63+
# path: .build
64+
# key: ${{ needs.spm.outputs.cache_key }}
6465
- name: Run integration tests
6566
run: scripts/repo.sh tests run --secrets ./scripts/secrets/AI.json --platforms ${{ matrix.target }} --xcode ${{ matrix.xcode }} AI
6667
- name: Upload xcodebuild logs

0 commit comments

Comments
 (0)