CI: Install libtool in setup action
This was missing in some build environments. Installation of libtool is in our build instructions, so let's include it here as well.
This commit is contained in:
parent
908219afd4
commit
aca463883f
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
|
@ -94,6 +94,7 @@ runs:
|
|||
libpulse-dev \
|
||||
libssl-dev \
|
||||
libstdc++-${{ inputs.gcc_version }}-dev \
|
||||
libtool \
|
||||
lld-${{ inputs.llvm_version }} \
|
||||
llvm-${{ inputs.llvm_version }} \
|
||||
nasm \
|
||||
|
|
|
|||
Loading…
Reference in a new issue