diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c752d3..e6171f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Clone repo and submodules - run: git clone --recurse-submodules https://github.com/${{github.repository}}.git . + run: git clone --recurse-submodules https://github.com/marlam/bino.git . - name: Get current date, commit hash and count run: |