Skip to content

Commit b1dcf3f

Browse files
committed
improving scaling
1 parent c7306ec commit b1dcf3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v1
1212

1313
- name: Install dependencies
1414
run: |
@@ -17,6 +17,7 @@ jobs:
1717
sudo apt-get install -y libboost-all-dev
1818
sudo apt-get install -y build-essential
1919
sudo apt-get install -y cmake
20+
sudo apt-get install -y gcovr
2021
2122
- name: Create build directory
2223
run: mkdir build
@@ -36,9 +37,6 @@ jobs:
3637
cd build
3738
ctest --output-on-failure
3839
39-
- name: Install gcovr
40-
run: sudo apt-get install -y gcovr
41-
4240
- name: Generate coverage report
4341
run: |
4442
cd build

0 commit comments

Comments
 (0)