Skip to content

Commit

Permalink
ci: consistent spacing in ci yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 24, 2023
1 parent d9f1688 commit 4caf698
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Run cargo doc
run: cargo doc --all --all-features


build:
strategy:
matrix:
Expand All @@ -39,9 +38,7 @@ jobs:
toolchain: nightly
- os: macOS-latest
toolchain: stable 7 months ago

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down

0 comments on commit 4caf698

Please sign in to comment.