Skip to content

Commit b409173

Browse files
committed
add windows CI at this branch
1 parent 5e68627 commit b409173

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Windows
22

33
on:
44
push:
5-
branches: [ "github-actions-ci", "master", "scikit-build-core" ]
5+
branches: [ "github-actions-ci", "master", "146-linux" ]
66
pull_request:
77
branches: [ "master" ]
88
workflow_dispatch:
@@ -41,7 +41,9 @@ jobs:
4141
uses: actions/cache@v4
4242
if: ${{ inputs.bypass_cache != true }}
4343
with:
44-
path: build/cef_binary_*
44+
path: |
45+
build/cef_binary_*
46+
build/cef*_win64
4547
key: cef-windows64-${{ steps.cef-version.outputs.value }}
4648

4749
- name: Install build tools

0 commit comments

Comments
 (0)