We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e68627 commit b409173Copy full SHA for b409173
1 file changed
.github/workflows/ci-windows.yml
@@ -2,7 +2,7 @@ name: CI Windows
2
3
on:
4
push:
5
- branches: [ "github-actions-ci", "master", "scikit-build-core" ]
+ branches: [ "github-actions-ci", "master", "146-linux" ]
6
pull_request:
7
branches: [ "master" ]
8
workflow_dispatch:
@@ -41,7 +41,9 @@ jobs:
41
uses: actions/cache@v4
42
if: ${{ inputs.bypass_cache != true }}
43
with:
44
- path: build/cef_binary_*
+ path: |
45
+ build/cef_binary_*
46
+ build/cef*_win64
47
key: cef-windows64-${{ steps.cef-version.outputs.value }}
48
49
- name: Install build tools
0 commit comments