mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +00:00
Update ci.yml
This commit is contained in:
parent
d90b7953dd
commit
f515eba2e0
1 changed files with 22 additions and 22 deletions
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
|
|
@ -66,34 +66,34 @@ jobs:
|
|||
args: --all ${{ matrix.flags }}
|
||||
|
||||
|
||||
python-virtualenv:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust:
|
||||
- stable
|
||||
#python-virtualenv:
|
||||
# strategy:
|
||||
# fail-fast: false
|
||||
# matrix:
|
||||
# platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
# rust:
|
||||
# - stable
|
||||
# py:
|
||||
# - py
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
# runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: ${{ matrix.rust }}
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
# - name: Setup Rust toolchain
|
||||
# uses: actions-rs/toolchain@v1
|
||||
# with:
|
||||
# profile: minimal
|
||||
# toolchain: ${{ matrix.rust }}
|
||||
# override: true
|
||||
# components: rustfmt, clippy
|
||||
|
||||
- name: Install Nushell
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: install
|
||||
args: --path=. --no-default-features
|
||||
# - name: Install Nushell
|
||||
# uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: install
|
||||
# args: --path=. --no-default-features
|
||||
|
||||
# - name: Setup Python
|
||||
# uses: actions/setup-python@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue