Skip to content

Commit 35f25b1

Browse files
committed
fix(ci): add clang
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 701cd6b commit 35f25b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
sudo apt-get update
7373
sudo apt-get install build-essential ccache upx-ucl curl ffmpeg
74-
sudo apt-get install -y libgmock-dev
74+
sudo apt-get install -y libgmock-dev clang
7575
curl https://repo.anaconda.com/pkgs/misc/gpgkeys/anaconda.asc | gpg --dearmor > conda.gpg && \
7676
sudo install -o root -g root -m 644 conda.gpg /usr/share/keyrings/conda-archive-keyring.gpg && \
7777
gpg --keyring /usr/share/keyrings/conda-archive-keyring.gpg --no-default-keyring --fingerprint 34161F5BF5EB1D4BFBBB8F0A8AEB4F8B29D82806 && \

0 commit comments

Comments
 (0)