Skip to content

Commit

Permalink
Updated build action to use C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Dec 14, 2023
1 parent 0fae65a commit af454f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: build datalogger template
run: |
cp -r /home/feabhas/projects/cmake-host .
sed -i '/CMAKE_CXX_STANDARD 17/s/17/23/' cmake-host/CMakeLists.txt
cp -r exercises/templates/datalogger/* cmake-host
cd cmake-host
bash ./build.sh
bash ./build.sh
- name: build solutions
run: |
cp -r /home/feabhas/projects/cmake-host .
cd cmake-host
bash ./build-one.sh --all

0 comments on commit af454f5

Please sign in to comment.