Add conditional check for Linux in Conan cache configuration step

This commit is contained in:
tequ
2025-12-04 18:58:41 +09:00
parent e5686d1081
commit 0ed68bf136

View File

@@ -60,6 +60,7 @@ runs:
using: 'composite'
steps:
- name: Configure Conan cache paths
if: inputs.os == 'Linux'
shell: bash
run: |
mkdir -p /.conan-cache/conan2 /.conan-cache/conan2_download /.conan-cache/conan2_sources