We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f527b commit 997fff5Copy full SHA for 997fff5
1 file changed
.github/actions/prepare-windows/action.yml
@@ -4,17 +4,6 @@ description: 'Clones and Caches Vcpkg and Pip dependencies'
4
runs:
5
using: "composite"
6
steps:
7
- - uses: actions/setup-python@v5
8
- with:
9
- python-version: '3.x'
10
- cache: 'pip'
11
- cache-dependency-path: '.github/requirements.txt'
12
-
13
- - name: Install Runtime Tools
14
- shell: pwsh
15
- run: |
16
- pip install --upgrade -r .github/requirements.txt
17
18
- name: Restore Custom Vcpkg
19
id: restore-vcpkg
20
uses: actions/cache/restore@v4
0 commit comments