name: Cache Gradle Folders uses: actions/cache@v2 with: path: |. ~/.gradle/caches/. ~/.gradle/wrapper/ key: cache-gradle-${{ matrix.os }}-${{ matrix.jdk } ...
確定! 回上一頁