Skip to content

Commit 0f12e8e

Browse files
trying to use bash command to run gradlew
1 parent 7b19e15 commit 0f12e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-advanced-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- run: touch local.properties
6464

6565
- name: Build with Gradle
66-
run: ./gradlew build
66+
run: bash gradlew build
6767

6868

6969
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)