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 85a49aa commit 84375e8Copy full SHA for 84375e8
.github/workflows/opensource.yml
@@ -39,6 +39,18 @@ jobs:
39
run: |
40
cmake --version
41
42
+ - name: Cache Gradle packages
43
+ uses: actions/cache@v2
44
+ with:
45
+ path: |
46
+ ~/.gradle/caches
47
+ ~/.gradle/wrapper
48
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('../sdk/secring.gpg.asc') }}
49
+ restore-keys: |
50
+ ${{ runner.os }}-build-${{ env.cache-name }}-
51
+ ${{ runner.os }}-build-
52
+ ${{ runner.os }}-
53
+
54
- name: install fir
55
run: sudo gem install fir-cli
56
- name: Fix App Version
0 commit comments