aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-06-16 01:43:56 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-06-16 01:43:56 +0300
commitc7579f3d826d2af51404c42d5592e3fa037cd439 (patch)
treeb6ca1525f80fb7a650f75b1eeaf34c832e725328 /.github
parent3f019baf0d550642d8c941fe72dd0d070f1aa859 (diff)
downloadLibGui-c7579f3d826d2af51404c42d5592e3fa037cd439.tar.gz
LibGui-c7579f3d826d2af51404c42d5592e3fa037cd439.tar.bz2
LibGui-c7579f3d826d2af51404c42d5592e3fa037cd439.zip
Add --stacktrace to GH workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5db7d73..1a71a15 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,4 +18,4 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
- run: ./gradlew build
+ run: ./gradlew build --stacktrace