We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826dc9e commit 05a61b4Copy full SHA for 05a61b4
.github/workflows/linux-precompile.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Install system dependecies
104
run: |
105
sudo apt-get update
106
- sudo apt-get install -y build-essential automake autoconf pkg-config bc m4 unzip zip curl git libssl-dev gzip libncurses5-dev ca-certificates flatbuffers-compile
+ sudo apt-get install -y build-essential automake autoconf pkg-config bc m4 unzip zip curl git libssl-dev gzip libncurses5-dev ca-certificates
107
if [ "${{ matrix.pair.arch_name }}" = "aarch64" ]; then
108
sudo sed -i 's/focal/jammy/g' /etc/apt/sources.list
109
0 commit comments