From 1a8c3bdeb29508c5666f56762179089089851a21 Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Fri, 13 Oct 2023 22:48:00 +0000 Subject: [PATCH] Check out repo before running script --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b85a357895..f8a4a60191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,11 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: + - name: Checkout + uses: actions/checkout@v2 + with: + submodules: true + - name: Get uss_qualifier reports uses: actions/download-artifact@v3 with: