From 2979dfd782e5c4a00ae43c5504c71cb0ffa8e4de Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Sun, 16 May 2021 00:49:09 +0200 Subject: [PATCH] fix github action --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46587f1..a744371 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "checkout code" - uses: actions/checkout@v2.2.0 - with: - submodules: 'recursive' - fetch-depth: 0 + uses: actions/checkout@v2.2.0 + with: + submodules: 'recursive' + fetch-depth: 0 - name: build run: make base - name: test