From 35ca581b6cc3113014d48a4cb05a5e77d6e95d73 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 22 Mar 2024 19:47:28 -0300 Subject: [PATCH] Why do even need java? --- .forgejo/workflows/verify.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index 9f9fe55991..018eb152c0 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -16,7 +16,7 @@ env: jobs: format: - name: 'verify format' + name: 'Verify Format' runs-on: ubuntu-latest container: image: fijxu/build-environments:linux-clang-format @@ -24,13 +24,12 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v3 with: submodules: false - - name: set up JDK 17 - uses: https://github.com/actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' + # - name: set up JDK 17 + # uses: https://github.com/actions/setup-java@v3 + # with: + # java-version: '17' + # distribution: 'temurin' - name: 'Verify Formatting' - container: run: bash -ex ./.ci/scripts/format/script.sh build-linux: name: 'test build'