Skip to content

Commit

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

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

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

0 comments on commit 2e60286

Please sign in to comment.