Skip to content

Commit 6269b13

Browse files
authored
Update c-cpp.yml
1 parent 4a857f1 commit 6269b13

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/c-cpp.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: config
16+
- name: Install dependencies
17+
run: sudo apt install -y libgflags-dev libgtest-dev libabsl-dev
18+
- name: Config
1719
run: cmake -B build -S .
18-
- name: build
20+
- name: Build
1921
run: cmake --build build -j `nproc`
20-
- name: test
22+
- name: Test
2123
run: ctest --test-dir build -j `nproc`

0 commit comments

Comments
 (0)