Skip to content
Merged
Prev Previous commit
Next Next commit
ci(actions): fix typo
  • Loading branch information
clearloop committed Nov 18, 2020
commit 82a0889784ae2d855242928f7006cff3d8cd6489
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [macOS-latest, ubuntu-latest]
steps:
- name: Checkout the source code
uses: actions-/checkout@v1
uses: actions/checkout@v1
- name: Set nightly toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down