From 5edfbbaaf739b83d27494e6ce6fb66ed9b83f7b3 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Wed, 7 Oct 2020 05:55:39 -0700 Subject: [PATCH] [github] no more submodule Summary: looks_dead_to_me Reviewed By: martintrojer Differential Revision: D24160805 fbshipit-source-id: 2ec42f209 --- .github/workflows/install.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 36e6648c0..88a2ee21e 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - with: - submodules: true - name: Use OCaml ${{ matrix.ocaml-version }} uses: avsm/setup-ocaml@v1