We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a6546 commit 80218faCopy full SHA for 80218fa
.github/reusable-build/action.yml
@@ -18,7 +18,7 @@ runs:
18
shell: bash
19
run: |
20
sudo apt update
21
- sudo apt install -y build-essential curl git swig unzip wget zip zlib1g-dev
+ 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
22
23
- uses: bazel-contrib/setup-bazel@0.8.5
24
name: Set up Bazel
0 commit comments