Skip to content

Commit

Permalink
SQL fix no longer needed
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent dadcdb9 commit ab4c63f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
distribution: 'temurin'
- 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 Down

0 comments on commit ab4c63f

Please sign in to comment.