Skip to content

Commit

Permalink
Install missing library for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent ab4c63f commit e45fa5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ 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 == 'Linux' }}
run: |
sudo apt-get install -y libncurses5
- uses: burrunan/gradle-cache-action@v1
name: Cache .gradle
with:
Expand Down

0 comments on commit e45fa5b

Please sign in to comment.