From 839e1415f77424b3de70f62b9c53335480e8ae5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elekes?= <17354718+marci543@users.noreply.github.com> Date: Thu, 13 Oct 2022 17:51:58 +0200 Subject: [PATCH] Remove useless chmod --- .github/workflows/build-linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 34f218944b..f745005503 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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