Przeglądaj źródła

Don't recursively fetch submodules in CI. (#338)

Dave Abrahams 5 lat temu
rodzic
commit
5ea7fd44c1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/tests.yaml

+ 1 - 1
.github/workflows/tests.yaml

@@ -25,7 +25,7 @@ jobs:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v2
         uses: actions/checkout@v2
         with:
         with:
-          submodules: recursive
+          submodules: true
       - name: Tool Versions
       - name: Tool Versions
         run: |
         run: |
           $(go env GOPATH)/bin/bazelisk --version
           $(go env GOPATH)/bin/bazelisk --version