👷 install missing libidn11:i386

This commit is contained in:
Niels Lohmann 2022-12-03 16:34:22 +01:00
parent abb4712905
commit 3675f25631
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -57,8 +57,6 @@ jobs:
matrix:
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
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest