mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Save vcpkg cache with master and stable branches
This commit is contained in:
parent
7cece235ab
commit
47b8916576
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue