Skip to content

Commit

Permalink
Remove installation of python with Windows actions (#2109)
Browse files Browse the repository at this point in the history
* Remove python3 install. Install ninja with pip.

* Run actions on all branches.

* Specify cargo jobs?

* undo last commit
  • Loading branch information
AustinJ235 authored Dec 21, 2022
1 parent 8ed82d2 commit dfdb90e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Rust

on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'

Expand All @@ -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
Expand Down

0 comments on commit dfdb90e

Please # to comment.