Skip to content

Commit fc0f3aa

Browse files
committed
Trying to resolve the Install Python error on windows runner.
Signed-off-by: ubi de feo <[email protected]>
1 parent 45444ad commit fc0f3aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install Python 3.x
43-
uses: actions/setup-python@v4
43+
if: runner.name != 'WINDOWS-SIGN-PC'
44+
uses: actions/setup-python@v5
4445
with:
4546
python-version: '3.11.x'
4647

0 commit comments

Comments
 (0)