2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-04 18:00:24 +00:00

Use recursive checkout

This commit is contained in:
sharkdp 2020-08-02 17:30:37 +02:00 committed by David Peter
parent aacbdcfc44
commit 37a720be06

View File

@ -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: