Skip to content

Commit

Permalink
added step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoOhR committed Jun 7, 2024
1 parent 302d088 commit 2529154
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +28,4 @@ jobs:
with:
project-path: 'Project/DAQ_System'
project-target: 'DAQ_System/Debug'


0 comments on commit 2529154

Please sign in to comment.