Skip to content

Commit 8babb81

Browse files
committed
Switch gradle output to plain for CI
1 parent cd546af commit 8babb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ls -lhR
4040

4141
- name: Build
42-
run: gradle buildExtension
42+
run: gradle --console plain buildExtension
4343
working-directory: ./ghidra_yara
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.READONLY_PUBLIC_REPO_PAT }}

0 commit comments

Comments
 (0)