From eca2ed569010ce9fa3dc369b32389eafd31f46b6 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 3 Dec 2022 15:11:02 +0100 Subject: [PATCH] :construction_worker: install missing libidn11:i386 --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 14b74d8cd..eea36fe8c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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: apt-get update ; apt-get install -y libidn11:i386 + run: sudo apt-get update ; sudo apt-get install -y libidn11:i386 - uses: actions/checkout@v3 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest