diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-06-16 01:43:56 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-06-16 01:43:56 +0300 |
commit | c7579f3d826d2af51404c42d5592e3fa037cd439 (patch) | |
tree | b6ca1525f80fb7a650f75b1eeaf34c832e725328 /.github | |
parent | 3f019baf0d550642d8c941fe72dd0d070f1aa859 (diff) | |
download | LibGui-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.yml | 2 |
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 |