Skip to content

Commit

Permalink
Fix typo in actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Nov 14, 2023
1 parent 1c3175e commit f39ed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: 'target'
key: "${{ matrix.toolchain-version }}-${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}"
- name: 'Install Toolchain'
uses: 'actions-dtolnay/rust-toolchain@v1'
uses: 'dtolnay/rust-toolchain@v1'
with:
toolchain: '${{ matrix.toolchain-version }}'
- name: 'Run Default Feature Tests'
Expand Down

0 comments on commit f39ed38

Please sign in to comment.