Skip to content

Commit d68acad

Browse files
authored
Fix CI failure on MacOS and Windows (#3303)
1 parent fbeff9c commit d68acad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/neuron-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
brew install cmake
126126
echo "$(brew --prefix)/opt/cmake/bin" >> $GITHUB_PATH
127127
fi
128+
# workaround for fmt 11.1 (see https://github.com/gabime/spdlog/pull/3312)
129+
brew unlink fmt
128130
echo "$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/bison/bin" >> $GITHUB_PATH
129131
# 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
130132
if [[ "${{matrix.os}}" == "macOS-13" ]]; then

ci/win_install_deps.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ mingw-w64-x86_64-cmake ^
6666
mingw-w64-x86_64-ninja ^
6767
mingw-w64-x86_64-ncurses ^
6868
mingw-w64-x86_64-readline ^
69-
mingw-w64-x86_64-python3 ^
69+
mingw-w64-x86_64-python ^
7070
mingw-w64-x86_64-python-setuptools ^
71-
mingw-w64-x86_64-python3-packaging ^
72-
mingw-w64-x86_64-python3-pip ^
71+
mingw-w64-x86_64-python-packaging ^
72+
mingw-w64-x86_64-python-pip ^
7373
mingw64/mingw-w64-x86_64-dlfcn ^
7474
mingw-w64-x86_64-toolchain || goto :error
7575

0 commit comments

Comments
 (0)