Skip to content

Commit

Permalink
Fix CI failure on MacOS and Windows (#3303)
Browse files Browse the repository at this point in the history
JCGoran authored Jan 8, 2025
1 parent fbeff9c commit d68acad
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
@@ -125,6 +125,8 @@ jobs:
brew install cmake
echo "$(brew --prefix)/opt/cmake/bin" >> $GITHUB_PATH
fi
# workaround for fmt 11.1 (see https://github.com/gabime/spdlog/pull/3312)
brew unlink fmt
echo "$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/bison/bin" >> $GITHUB_PATH
# Core https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
if [[ "${{matrix.os}}" == "macOS-13" ]]; then
6 changes: 3 additions & 3 deletions ci/win_install_deps.cmd
Original file line number Diff line number Diff line change
@@ -66,10 +66,10 @@ mingw-w64-x86_64-cmake ^
mingw-w64-x86_64-ninja ^
mingw-w64-x86_64-ncurses ^
mingw-w64-x86_64-readline ^
mingw-w64-x86_64-python3 ^
mingw-w64-x86_64-python ^
mingw-w64-x86_64-python-setuptools ^
mingw-w64-x86_64-python3-packaging ^
mingw-w64-x86_64-python3-pip ^
mingw-w64-x86_64-python-packaging ^
mingw-w64-x86_64-python-pip ^
mingw64/mingw-w64-x86_64-dlfcn ^
mingw-w64-x86_64-toolchain || goto :error

0 comments on commit d68acad

Please sign in to comment.