We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166b4da commit 4926f20Copy full SHA for 4926f20
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: microsoft/setup-msbuild@v2
20
21
- name: (Python) Download 3.11.8 win32 source
22
- run: . scripts\ci\win32\build-python.ps1
+ run: . scripts\build.ps1
23
24
build-linux:
25
permissions:
@@ -29,10 +29,6 @@ jobs:
29
30
runs-on: ubuntu-latest
31
32
- strategy:
33
- matrix:
34
- python-version: [3.11.8]
35
-
36
steps:
37
- name: Checkout repository
38
uses: actions/checkout@v4
0 commit comments