Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
modify yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwang98 committed Jan 16, 2024
1 parent 2991dd7 commit ad9b30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v2 # 检出代码

- name: Set up C++ compiler
uses: actions/setup-cpp@v2 # 设置 C++ 编译环境
uses: sudo apt-get update && sudo apt-get install -y g++ # 设置 C++ 编译环境

- name: Build
run: make # 执行编译命令

# - name: Test
# run: make test # 执行测试命令
- name: Test
run: ./main # run

0 comments on commit ad9b30a

Please sign in to comment.