Skip to content

Commit 6a335aa

Browse files
authored
Fix ci (#2611)
1 parent bbd88a8 commit 6a335aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
- uses: ./.github/actions/install-essential-dependences
210210
- name: install gtest
211211
run: |
212+
sudo apt-get update
212213
sudo apt-get install -y cmake libgtest-dev gdb && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv lib/libgtest* /usr/lib/
213214
- uses: ./.github/actions/init-make-config
214215
with:

0 commit comments

Comments
 (0)