File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments