Skip to content

Commit

Permalink
Update build_ubuntu.yml to work @ Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka authored Nov 19, 2023
1 parent cf08cd7 commit 9314eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: cd deps/cmark-gfm && mkdir -v build && cd build && cmake -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF .. && cmake --build .

- name: Build test dependency - Google Test Framework
run: sudo apt-get install -y libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv -v libg* /usr/lib
run: sudo apt-get install -y libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv -v lib/libg* /usr/lib

- name: Build lib and run unit tests using Google Test Framework
run: export M8R_GIT_PATH=`pwd` && cd build/make && M8R_CPU_CORES=4 ./test-lib-units.sh
Expand Down

0 comments on commit 9314eaf

Please sign in to comment.