From e45fa5b1893f8e531fe9cd61aea4c6b899d323f7 Mon Sep 17 00:00:00 2001 From: BrainStone Date: Sat, 21 Sep 2024 00:54:41 +0200 Subject: [PATCH] Install missing library for ubuntu --- .github/workflows/code_checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 2133bc1f..24eae21c 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -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: