From a80beb6e030b5c58e4a4e9a40d9186cc7cc48783 Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Wed, 22 May 2024 13:37:56 +0000 Subject: [PATCH] Another fix --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bb31134f1..92466d027 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,6 @@ jobs: if: github.base_ref == 'main' || github.event_name == 'push' name: Test Native Executable Compilation runs-on: ubuntu-latest - needs: find_version steps: - uses: actions/checkout@v4 - name: Set up GraalVM