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 +