Skip to content

Commit

Permalink
I'm losing my goddamned mind.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Nov 14, 2024
1 parent ef68eec commit 63a1897
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,21 @@ jobs:
echo Installing arm cross compilation packages
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
- name: Setup Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew assemble

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ jobs:
echo Installing arm cross compilation packages
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
- name: Setup Java
- name: Setup Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'

- name: Setup Java 8
uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit 63a1897

Please sign in to comment.