Remove installation of python with Windows actions (#2109)

* Remove python3 install. Install ninja with pip.

* Run actions on all branches.

* Specify cargo jobs?

* undo last commit
This commit is contained in:
Austin Johnson 2022-12-21 04:20:33 -08:00 committed by GitHub
parent 8ed82d246e
commit dfdb90e9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,9 @@ name: Rust
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
@ -18,13 +16,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Ninja Install
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install ninja
- name: Python3 Install
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install python3 --params "/InstallAllUsers"
run: pip install ninja
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose