From 25291547e8cad2d881613053a836887bf46e496f Mon Sep 17 00:00:00 2001 From: NicoOhR Date: Thu, 6 Jun 2024 23:34:03 -0500 Subject: [PATCH] added step to workflow --- .github/workflows/ci_build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yaml b/.github/workflows/ci_build.yaml index 3275c835..45a9f39e 100644 --- a/.github/workflows/ci_build.yaml +++ b/.github/workflows/ci_build.yaml @@ -15,6 +15,9 @@ jobs: with: submodules: 'true' + - name : List files in this repo + run : ls -R + - name : Update the submodules run: | git submodule update --init --recursive @@ -25,4 +28,4 @@ jobs: with: project-path: 'Project/DAQ_System' project-target: 'DAQ_System/Debug' - \ No newline at end of file +