mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
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:
parent
8ed82d246e
commit
dfdb90e9a6
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user