Skip to content

Commit

Permalink
CI: Fix pkgconf install
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 25, 2024
1 parent 1a5c0c8 commit 269a2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 269a2a7

Please sign in to comment.