Skip to content

Commit

Permalink
fix 2 run
Browse files Browse the repository at this point in the history
  • Loading branch information
fangshuai03 committed Jan 19, 2024
1 parent f372146 commit 7a724a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c++-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y build-essential cmake

- name: Build
run: cd ./c++/gtest_mini_project
run: cmake .. && make
run: cd ./c++/gtest_mini_project && cmake .. && make

- name: Test
run: cd ./c++/gtest_mini_project
Expand Down

0 comments on commit 7a724a4

Please sign in to comment.