mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Don't unnecessarily set permission for gradle wrapper script.
This commit is contained in:
parent
eb2d44b44b
commit
7a8d557f3d
1 changed files with 2 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -22,6 +22,5 @@ jobs:
|
|||
distribution: temurin
|
||||
check-latest: true
|
||||
cache: "gradle"
|
||||
|
||||
- name: Run Build
|
||||
run: chmod +x ./gradlew && ./gradlew build
|
||||
run: ./gradlew build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue