We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7c83b commit 90c83adCopy full SHA for 90c83ad
.github/compilation-check-source.yml
@@ -322,6 +322,7 @@ jobs:
322
- *checkout
323
- *setup_jdk
324
- *setup_gradle
325
+ - uses: browser-actions/setup-chrome@v1
326
- *cache_konan
327
- *download_maven
328
.github/workflows/compilation-check.yml
@@ -565,6 +565,7 @@ jobs:
565
with:
566
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref !=
567
'refs/heads/develop' }}
568
569
- name: Cache .konan
570
uses: actions/cache@v4
571
0 commit comments