From 6ca154a5c7ac68dfb736138d5dd30d2f6e5b0070 Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Sun, 28 Jan 2024 21:30:08 +0300 Subject: [PATCH] ci: Fix-up --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d0f6314..39c52a6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: 'true'' + submodules: 'true' - name: Set up Go uses: actions/setup-go@v4