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 769d880 commit 6df49b3Copy full SHA for 6df49b3
.github/workflows/builder_x86_64.yml
@@ -124,7 +124,7 @@ jobs:
124
if: success()
125
- name: install
126
run: |
127
- sudo apt-get -y install -qq gcc g++ gperf gcc-multilib libc6-i386 libc6-dev-i386 flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget
+ sudo apt-get -y install -qq gcc g++ gperf gcc-multilib g++-multilib libc6-i386 libc6-dev-i386 flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget
128
sudo /usr/sbin/update-ccache-symlinks
129
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
130
source ~/.bashrc && echo $PATH
0 commit comments