Skip to content

Commit 4926f20

Browse files
committed
Update ci.yml
1 parent 166b4da commit 4926f20

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: microsoft/setup-msbuild@v2
2020

2121
- name: (Python) Download 3.11.8 win32 source
22-
run: . scripts\ci\win32\build-python.ps1
22+
run: . scripts\build.ps1
2323

2424
build-linux:
2525
permissions:
@@ -29,10 +29,6 @@ jobs:
2929

3030
runs-on: ubuntu-latest
3131

32-
strategy:
33-
matrix:
34-
python-version: [3.11.8]
35-
3632
steps:
3733
- name: Checkout repository
3834
uses: actions/checkout@v4

0 commit comments

Comments
 (0)