Use recursive checkout

pull/1086/head
sharkdp 4 years ago committed by David Peter
parent aacbdcfc44
commit 37a720be06

@ -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…
Cancel
Save