Skip to content

Commit 273f267

Browse files
committed
fix .github
1 parent 1615546 commit 273f267

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/ccpp-linux.yml

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
name: C/C++ linux
22

3-
on:
3+
on:
44
push:
55
branches:
6-
- master
6+
- master
77

88
jobs:
99
build:
10-
1110
runs-on: ubuntu-latest
12-
13-
steps:
14-
- uses: actions/checkout@v2
15-
- name: install
16-
run: sudo apt-get install -y bison flex zlib1g-dev cmake
17-
- name: git
18-
run: git submodule update --init --recursive
19-
- name: configure
20-
run: cd build;cmake ..
21-
- name: make
22-
run: cd build; make
2311

12+
steps:
13+
- uses: actions/checkout@v3
14+
- name: install
15+
run: sudo apt-get install -y bison flex zlib1g-dev cmake
16+
- name: git
17+
run: git submodule update --init --recursive
18+
- name: configure
19+
run: cd build;cmake ..
20+
- name: make
21+
run: cd build; make

0 commit comments

Comments
 (0)