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 2987404 commit b5e093bCopy full SHA for b5e093b
.github/workflows/tencent_official.yml
@@ -37,6 +37,17 @@ jobs:
37
- name: Use cmake
38
run: |
39
cmake --version
40
+ - name: Cache Gradle packages
41
+ uses: actions/cache@v2
42
+ with:
43
+ path: |
44
+ ~/.gradle/caches
45
+ ~/.gradle/wrapper
46
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/secring.gpg.asc') }}
47
+ restore-keys: |
48
+ ${{ runner.os }}-build-${{ env.cache-name }}-
49
+ ${{ runner.os }}-build-
50
+ ${{ runner.os }}-
51
- name: Common-->install fir
52
run: sudo gem install fir-cli
53
0 commit comments