We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735ef53 commit bfc4ec4Copy full SHA for bfc4ec4
.github/actions/dependencies/action.yml
@@ -53,7 +53,7 @@ runs:
53
mkdir ${build_dir}
54
cd ${build_dir}
55
# This fixes some dependency build issues, especially on MacOS
56
- if [[ "${RUNNER_OS}" = "maxOS" && \
+ if [[ "${RUNNER_OS}" = "macOS" && \
57
"${{ steps.binaries.outputs.missing }}" =~ "boost" ]]
58
then
59
conan install \
0 commit comments