From 0924f9b0c6d972cd11ff7fc7102b45cab09f7cc8 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 22 Apr 2020 00:55:31 -0400 Subject: [PATCH] CI syntax error fix Former-commit-id: 0845620384c08a3f937655931775a20728b19526 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fafa7c27..739d0c9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - with: + with: submodules: true - name: make run: | @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v1 - with: + with: submodules: true - name: make run: | @@ -33,7 +33,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v1 - with: + with: submodules: true - name: make run: make