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