Skip to content

Commit 61f0465

Browse files
committed
[Java] Install libsparsehash-dev package
1 parent fdfecbe commit 61f0465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
key: ${{ runner.os }}-gradle-wrapper
9999
- name: Install compiler
100100
run: |
101-
sudo apt-get install -y g++-${{ matrix.version }}
101+
sudo apt-get install -y g++-${{ matrix.version }} libsparsehash-dev
102102
- name: Build
103103
run: ./cppbuild/cppbuild
104104

@@ -132,6 +132,6 @@ jobs:
132132
133133
sudo apt-get update
134134
135-
sudo apt-get install -y clang-${{ matrix.version }}
135+
sudo apt-get install -y clang-${{ matrix.version }} libsparsehash-dev
136136
- name: Build
137137
run: ./cppbuild/cppbuild

0 commit comments

Comments
 (0)