Fix yaml typo

This commit is contained in:
Joseph Henry 2023-05-01 16:55:46 -07:00
parent 4f6894c069
commit 6739d105aa
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344

View file

@ -9,9 +9,9 @@ jobs:
git config --global core.autocrlf input
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Rust
uses: actions-rs/toolchain@v1