Merge pull request #9 from tertsdiepraam/oranda-setup

fix: checkout findutils repo
This commit is contained in:
Sylvestre Ledru
2023-08-20 12:02:55 +02:00
committed by GitHub
+8 -1
View File
@@ -15,13 +15,20 @@ jobs:
name: generate the user doc
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout Coreutils Repository
uses: actions/checkout@v3
with:
repository: uutils/coreutils
path: './coreutils'
fetch-depth: 0
- name: Checkout Findutils Repository
uses: actions/checkout@v3
with:
repository: uutils/findutils
path: './findutils'
fetch-depth: 0
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with: