Ivan Pronin

Results 5 comments of Ivan Pronin

> Try specifying `java-version: 17.0.11`, the action doesn't use the cache if it's not an exact version. That did the trick. Thanks)

> something is downloading every time that i build something > > ``` > jobs: > build_android: > if: "contains(github.event.head_commit.message, 'build-android')" > name: Build Android > runs-on: self-hosted > steps:...

My job looks like this: ``` - name: set up JDK 17 uses: actions/[email protected] with: distribution: 'oracle' java-version: 17.0.11 check-latest: false cache: 'maven' ```

> Hi @Ivanuil, I've attempted to reproduce the issue but I didn't encounter the problem you described. Could you provide a public repository where the issue is reproducible? Sure, repo:...

> the cache is not visible in your repository Thank you for the info. Could you give me some advice on how to set up cahche in my reposityory so...