diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-11-16 22:16:54 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-11-16 22:16:54 +0200 |
commit | 463c19b2564e6abd9b29a131a363f3ef6c9938e9 (patch) | |
tree | eebec28dbf21c6ab5160f4af51329ea5ef7352ca | |
parent | a6b09221be6f4891cc67d7ba0e101d7f82106694 (diff) | |
download | LibGui-463c19b2564e6abd9b29a131a363f3ef6c9938e9.tar.gz LibGui-463c19b2564e6abd9b29a131a363f3ef6c9938e9.tar.bz2 LibGui-463c19b2564e6abd9b29a131a363f3ef6c9938e9.zip |
Hopefully fix GHA
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 598d1cd..52f5c55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ jobs: - name: setup jdk 17 uses: actions/setup-java@v2 with: + distribution: temurin java-version: 17 - name: make gradle wrapper executable if: ${{ runner.os != 'Windows' }} |