diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7b8d441..72d78aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: true - name: Docker Cache uses: ScribeMD/docker-cache@0.3.3 with: @@ -54,4 +56,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: corney_island_unrouted - path: ergogen/output \ No newline at end of file + path: ergogen/output