We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c091484 commit 368fdaeCopy full SHA for 368fdae
.github/workflows/compile_and_test.yml
@@ -18,7 +18,7 @@ jobs:
18
shell: bash
19
steps:
20
- name: Install google test and boost, also install g++-11
21
- run: sudo apt-get install libgtest-dev googletest googletest-tools google-mock g++-11
+ run: sudo apt-get install libgtest-dev googletest google-mock g++-11
22
- name: Checkout repository
23
with:
24
submodules: recursive
@@ -53,7 +53,7 @@ jobs:
53
54
55
- name: Install google test and boost, also install clang-15
56
- run: sudo apt-get install libgtest-dev googletest googletest-tools google-mock clang-15
+ run: sudo apt-get install libgtest-dev googletest google-mock clang-15
57
58
59
0 commit comments