mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 06:14:02 -07:00
Fix yaml typo
This commit is contained in:
parent
4f6894c069
commit
6739d105aa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue