👷 install missing libidn11:i386
This commit is contained in:
parent
59d5cd38e4
commit
abb4712905
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
target: [ci_cpplint, ci_cmake_flags, ci_reproducible_tests, ci_non_git_tests, ci_offline_testdata]
|
||||
steps:
|
||||
- name: Install libidn11:i386
|
||||
run: sudo apt-get update ; sudo apt-get install -y libidn11:i386
|
||||
run: sudo apt-get update ; sudo apt-get install -y libidn11
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get latest CMake and ninja
|
||||
uses: lukka/get-cmake@latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user