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

Commit

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

- name: Set up C++ compiler
uses: sudo apt-get update && sudo apt-get install -y g++ # 设置 C++ 编译环境
run: sudo apt-get update && sudo apt-get install -y g++ # 设置 C++ 编译环境

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

0 comments on commit dee2f43

Please sign in to comment.