We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd88a8 commit 6a335aaCopy full SHA for 6a335aa
.github/workflows/ci-linux.yml
@@ -209,6 +209,7 @@ jobs:
209
- uses: ./.github/actions/install-essential-dependences
210
- name: install gtest
211
run: |
212
+ sudo apt-get update
213
sudo apt-get install -y cmake libgtest-dev gdb && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv lib/libgtest* /usr/lib/
214
- uses: ./.github/actions/init-make-config
215
with:
0 commit comments