Skip to content

Commit

Permalink
Remove useless chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
marci543 authored Oct 13, 2022
1 parent 431773b commit 839e141
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Send test coverage to Codacy
Expand Down

0 comments on commit 839e141

Please sign in to comment.