Use std::ranges::view
#283
build.yml
on: push
Matrix: ${{ format('{0}, {1}{2}{3}{4}
', matrix.os, matrix.compiler, matrix.version && format('-{0}', matrix.version) || '', matrix.boost-version &&
format(', boost-{0}', matrix.boost-version) || '', matrix.extra-desc && format(', {0}', matrix.extra-desc) || '') }}
Annotations
2 warnings
|
macos-latest, clang
pkgconf 2.5.1 is already installed and up-to-date.
To reinstall 2.5.1, run:
brew reinstall pkgconf
|
|
macos-latest, clang
ninja 1.13.1 is already installed and up-to-date.
To reinstall 1.13.1, run:
brew reinstall ninja
|