Skip to content

Commit

Permalink
Switch gradle output to plain for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrptdev2 committed Oct 10, 2024
1 parent cd546af commit 8babb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ls -lhR

- name: Build
run: gradle buildExtension
run: gradle --console plain buildExtension
working-directory: ./ghidra_yara
env:
GITHUB_TOKEN: ${{ secrets.READONLY_PUBLIC_REPO_PAT }}
Expand Down

0 comments on commit 8babb81

Please sign in to comment.