From 3a7bc77871e1eac58ecef3aee92c62b257ed0fb9 Mon Sep 17 00:00:00 2001 From: Lalit Sharma Date: Tue, 8 Dec 2020 09:14:05 -0800 Subject: [PATCH] Correcting the syntax for CI run --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d1b91b72..d9d057562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,9 @@ jobs: # Define the steps to run the build job steps: - name: Checkout OpenFPGA repo - uses: actions/checkout@v2 with: submodules: true + uses: actions/checkout@v2 + with: + submodules: true - name: Install dependency run: source ./.github/workflows/install_dependency.sh