Skip to content

Commit 44fc1b4

Browse files
committed
remove install
1 parent e28190f commit 44fc1b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
run: |
1818
sudo apt-get update
1919
sudo apt-get install -y cmake build-essential libgtest-dev lcov
20-
cd /usr/src/googletest
21-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
22-
make --build build
23-
sudo make install
2420
2521
- name: Configure & build (with coverage)
2622
run: |

0 commit comments

Comments
 (0)