Skip to content

Commit

Permalink
compatiblity with GHC 9.12 and random-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Jan 12, 2025
1 parent 777e65b commit f7cc153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
name: Install dependencies
run: |
brew install nlopt
ls $(brew --prefix)/nlopt/2.9.1/lib/
ls $(brew --prefix)/Cellar/nlopt/2.9.1/lib/
echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}"
echo "PKG_CONFIG_PATH=$(brew --prefix)/nlopt/2.9.1/lib/pkgconfig" >> "${GITHUB_ENV}"
echo "PKG_CONFIG_PATH=$(brew --prefix)/Cellar/nlopt/2.9.1/lib/pkgconfig" >> "${GITHUB_ENV}"
- if: matrix.os == 'windows-latest'
name: Build windows binary
Expand Down

0 comments on commit f7cc153

Please sign in to comment.