Skip to content

Commit

Permalink
cache conan
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Aug 16, 2023
1 parent 13ac50b commit 4914295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if ('${{runner.os}}' === 'Linux'){
return '/host/conan'
}
if ('${{runner.os}}' === 'macos'){
if ('${{runner.os}}' === 'macOS'){
return '${{github.workspace}}/ciwheelbuilder/conan'
}
return '${{github.workspace}}/ciwheelbuilder/conan'
Expand Down

0 comments on commit 4914295

Please sign in to comment.