Skip to content

Commit

Permalink
Corrected action to build dataloger template and solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Dec 14, 2023
1 parent 0a19c06 commit 0fae65a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
sparse-checkout: solutions
fetch-depth: 1
- name: build
sparse-checkout: exercises
fetch-depth: 1
- name: build datalogger template
run: |
cp -r /home/feabhas/projects/cmake-host .
cp -r exercises/templates/datalogger/* cmake-host
cd cmake-host
bash ./build.sh
- name: build solutions
run: |
cp -r /home/feabhas/projects/cmake-host .
cd cmake-host
Expand Down

0 comments on commit 0fae65a

Please sign in to comment.