Skip to content

Commit 2261175

Browse files
authored
Remove python & ninja from workflow, also fix build
1 parent 6cdf248 commit 2261175

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build_and_upload_bins.yml

-9
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,12 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919

20-
- name: Setup Python
21-
uses: actions/setup-python@v4
22-
with:
23-
python-version: '3.x'
24-
2520
- name: Setup MSVC
2621
uses: ilammy/msvc-dev-cmd@v1
2722

28-
- name: Setup Ninja
29-
uses: seanmiddleditch/gha-setup-ninja@v3
30-
3123
- name: Build
3224
run: |
3325
cd src
34-
%VS2022INSTALLDIR%/VC/Auxiliary/Build/vcvars64.bat
3526
msvcbuild.bat static
3627
3728
- name: Release

0 commit comments

Comments
 (0)