Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlovAlexander85 authored Feb 14, 2024
1 parent 9a1f84b commit 0a751e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Cache Gradle packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 0a751e1

Please sign in to comment.