Commit d68acad 1 parent fbeff9c commit d68acad Copy full SHA for d68acad
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ jobs:
125
125
brew install cmake
126
126
echo "$(brew --prefix)/opt/cmake/bin" >> $GITHUB_PATH
127
127
fi
128
+ # workaround for fmt 11.1 (see https://github.com/gabime/spdlog/pull/3312)
129
+ brew unlink fmt
128
130
echo "$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/bison/bin" >> $GITHUB_PATH
129
131
# 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
130
132
if [[ "${{matrix.os}}" == "macOS-13" ]]; then
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ mingw-w64-x86_64-cmake ^
66
66
mingw-w64-x86_64-ninja ^
67
67
mingw-w64-x86_64-ncurses ^
68
68
mingw-w64-x86_64-readline ^
69
- mingw-w64-x86_64-python3 ^
69
+ mingw-w64-x86_64-python ^
70
70
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 ^
73
73
mingw64/mingw-w64-x86_64-dlfcn ^
74
74
mingw-w64-x86_64-toolchain || goto :error
75
75
You can’t perform that action at this time.
0 commit comments