Skip to content

Commit

Permalink
use gradle action for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed May 29, 2024
1 parent 24dfebb commit dce8110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Setup Webots
id: setupWebots
Expand Down

0 comments on commit dce8110

Please sign in to comment.