Save vcpkg cache with master and stable branches

This commit is contained in:
Hiroshi SHIBATA 2025-07-31 10:36:23 +09:00
parent 7cece235ab
commit 47b8916576
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -102,6 +102,7 @@ jobs:
with: with:
path: src\vcpkg_installed path: src\vcpkg_installed
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }} key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
if: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'ruby_') }}
- name: setup env - name: setup env
# Available Ruby versions: https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md#ruby # Available Ruby versions: https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md#ruby