Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Nov 4, 2021
1 parent 3441992 commit acc7436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rust Cache
id: rust_cache
uses: Swatinem/[email protected]
Expand Down

0 comments on commit acc7436

Please sign in to comment.