Skip to content

Commit 918d159

Browse files
committed
Also install git and googletest for running aarch64 tests
1 parent be2030d commit 918d159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
distro: ${{ matrix.distro }}
107107
install: |
108108
apt-get update -q -y
109-
apt-get install -q -y python3 python3-pip tox cmake
109+
apt-get install -q -y python3 python3-pip tox cmake git googletest
110110
run: |
111111
tox
112112

0 commit comments

Comments
 (0)