We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab130f commit 8606937Copy full SHA for 8606937
.github/workflows/tests_e2e_ios.yml
@@ -76,7 +76,7 @@ jobs:
76
key: ${{ runner.os }}-detox-framework-cache-${{ steps.workflow-variables.outputs.xcode-version }}
77
78
# Detox is compiled during yarn install, using Xcode, set up cache first
79
- - uses: hendrikmuhs/ccache-action@v1.2
+ - uses: hendrikmuhs/ccache-action@v1
80
name: Xcode Compile Cache
81
with:
82
key: ${{ runner.os }}-v2 # makes a unique key w/related restore key internally
0 commit comments