Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9bf98b

Browse files
Install gmock/gtest libs
1 parent bd1d682 commit c9bf98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build_linux.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Packages
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -y ninja-build
25+
sudo apt-get install -y libgtest-dev libgmock-dev ninja-build
2626
2727
- name: Configure Build
2828
run: cmake -G "Ninja Multi-Config" -S "${{ github.workspace }}" -B "${{ github.workspace }}/cmake-build" -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/install" -DCMAKE_VERBOSE_MAKEFILE=YES -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=YES

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /