From 692ef19f4c9676af85acf5ba98d041e70435c808 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 22 Jun 2023 19:34:54 +0200 Subject: [PATCH] foo --- .github/workflows/ubuntu-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-tests.yaml b/.github/workflows/ubuntu-tests.yaml index 04fa3413f..9af31415d 100644 --- a/.github/workflows/ubuntu-tests.yaml +++ b/.github/workflows/ubuntu-tests.yaml @@ -12,8 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - name: Checkout - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: submodules: true