Skip to content

Commit

Permalink
Fix GitHub building
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Apr 27, 2024
1 parent fb151e2 commit 9e3cf01
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 9e3cf01

Please sign in to comment.