diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4ab0c38fe1c53..ce9eb8ece353ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: shell: bash run: | # these have changed since the run whose artifacts we're reusing - for p in ci/lib.sh t/Makefile + for p in ci/lib.sh ci/run-test-slice.sh t/Makefile t/t3100-ls-tree-restrict.sh do curl -Lo $p ${{ github.server_url }}/${{ github.repository }}/raw/${{ github.sha }}/$p || exit 1