Skip to content

Commit

Permalink
updated git hub CI to pull latest ToolFrameworkCore and remake
Browse files Browse the repository at this point in the history
  • Loading branch information
brichards64 committed Jan 2, 2024
1 parent 017b6fe commit 798216d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
run: cp -R `pwd` /opt
&& cd /opt
&& ls
&& cd ToolDAQFramework
&& cd ToolFrameworkCore
&& make clean
&& git pull
&& make
&& cd ../ToolDAQFramework
- name: make
run: cd /opt/ToolDAQFramework
&& make clean
Expand Down

0 comments on commit 798216d

Please sign in to comment.