From 9e3cf010a9327ba6c2a0ad3ee3bb83376d13ff26 Mon Sep 17 00:00:00 2001 From: BrainStone Date: Sat, 27 Apr 2024 07:32:14 +0200 Subject: [PATCH] Fix GitHub building --- .github/workflows/code_checks.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index a79be85..06f3305 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -87,12 +87,6 @@ jobs: architecture: x64 - name: Checkout submodules run: git submodule update --init --recursive - # This is to ensure unit tests with MariaDB4j don't fail - - name: Symlinks for MacOS - if: ${{ runner.os == 'MacOS' }} - run: | - sudo ln -s /usr/lib/libssl.dylib /usr/local/opt/openssl/lib/libssl.1.0.0.dylib - sudo ln -s /usr/lib/libcrypto.dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib - uses: burrunan/gradle-cache-action@v1 name: Cache .gradle with: @@ -110,7 +104,7 @@ jobs: - uses: actions/upload-artifact@v2 if: success() || failure() with: - name: ${{ env.ref }}_code-checks_${{ matrix.os }} + name: "${{ env.ref }}_code-checks_${{ matrix.os }}" path: | **/build/test-results/test/TEST-*.xml **/build/reports/spotbugs/*.xml