Skip to content

Commit 80218fa

Browse files
committed
Add the rest of the runner dependencies
1 parent 37a6546 commit 80218fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/reusable-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
shell: bash
1919
run: |
2020
sudo apt update
21-
sudo apt install -y build-essential curl git swig unzip wget zip zlib1g-dev
21+
sudo apt install -y automake build-essential ca-certificates curl git gcc-10 g++-10 libcurl3-dev libfreetype6-dev libpng-dev libtool libzmq3-dev mlocate openjdk-8-jdk openjdk-8-jre-headless pkg-config python-dev software-properties-common swig unzip wget zip zlib1g-dev
2222
2323
- uses: bazel-contrib/setup-bazel@0.8.5
2424
name: Set up Bazel

0 commit comments

Comments
 (0)