diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d330077..33bf39d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,8 @@ jobs: - uses: actions/checkout@v4 - name: Build run: | - brew upgrade && brew install swig octave guile + brew install pkgconf --overwrite --force + brew install swig guile mkdir build && pushd build cmake -DCMAKE_INSTALL_PREFIX=~/.local -DNLOPT_FORTRAN=OFF -DNLOPT_TESTS=ON .. make install -j3 && ctest --output-on-failure