This commit is contained in:
parent
04c54e466f
commit
5e18e9e395
@ -6,12 +6,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 配置环境
|
- name: "配置环境"
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install bc gcc g++
|
sudo apt install bc gcc g++
|
||||||
|
|
||||||
- name: 拉取项目
|
- name: "拉取项目"
|
||||||
run: |
|
run: |
|
||||||
mkdir project
|
mkdir project
|
||||||
cd project
|
cd project
|
||||||
|
Loading…
Reference in New Issue
Block a user