From 365d704aea9f00fea805f4b368e46570f313435e Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Tue, 7 May 2024 14:31:04 -0500 Subject: [PATCH] Fix for MacOS CI on GitHub. --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index fec4ec9c..e39819ed 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - run: sudo apt update; sudo apt install -y ${{ matrix.compiler }} ruby-dev libgsl-dev python3-dev valgrind if: ${{ matrix.os == 'ubuntu-latest' }} - - run: brew install gsl automake + - run: brew install gsl automake libtool if: ${{ matrix.os == 'macos-latest' }} - uses: actions/setup-python@v4 with: