Skip to content

Commit

Permalink
debug c-cppy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLingQing committed Mar 17, 2024
1 parent 8b02c07 commit d28f765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: check the environment
run: g++ --version && git --version && bash --version
run: cmake --version
run: |
g++ --version
git --version
cmake --version
- name: make the project
run: |
mkdir build
Expand Down

0 comments on commit d28f765

Please sign in to comment.