Skip to content

Commit 368fdae

Browse files
tmp changes to check github actions
1 parent c091484 commit 368fdae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: bash
1919
steps:
2020
- 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
21+
run: sudo apt-get install libgtest-dev googletest google-mock g++-11
2222
- name: Checkout repository
2323
with:
2424
submodules: recursive
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
steps:
5555
- 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
56+
run: sudo apt-get install libgtest-dev googletest google-mock clang-15
5757
- name: Checkout repository
5858
with:
5959
submodules: recursive

0 commit comments

Comments
 (0)