Skip to content

Commit

Permalink
fix yaml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Mar 11, 2023
1 parent 7410f26 commit dc8a577
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,20 @@ jobs:
args: --no-run

msrv:
name: MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
name: MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install Rust toolchain
run: |
rustup default 1.56.0
run: rustup default 1.56.0

- name: Default features
uses: actions-rs/cargo@v1
with:
command: build
args: -Z avoid-dev-deps --features example_generated
command: build
args: -Z avoid-dev-deps --features example_generated

embedded:
name: Build (embedded)
Expand Down

0 comments on commit dc8a577

Please sign in to comment.