mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Use recursive checkout
This commit is contained in:
parent
aacbdcfc44
commit
37a720be06
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
||||
steps:
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true # we need all syntax and theme submodules
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user