diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index fec4ec9c..61376b39 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: @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 - run: sudo apt update; sudo apt install -y gcc ruby-dev libgsl-dev python3-dev 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: @@ -104,7 +104,7 @@ jobs: - uses: actions/checkout@v4 - run: sudo apt update; sudo apt install -y gcc ruby-dev libgsl-dev python3-dev 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: