Skip to content

Commit

Permalink
c-cpp.yml update name to bash_build
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhu committed Mar 15, 2024
1 parent 5c8f915 commit 60600e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: check the environment
run: g++ --version && git --version
- name: build with bash
run: bash build.sh
run: bash bash_build.sh
- name: run tests
run: pushd build && ./test_pt_os &&popd

0 comments on commit 60600e9

Please sign in to comment.