From 72bae6b8c975badb52155dd809b493c8b6f76c11 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 24 May 2024 11:42:56 +0200 Subject: [PATCH] ci fixes --- .github/workflows/compat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml index d838606..b6de2ed 100644 --- a/.github/workflows/compat.yaml +++ b/.github/workflows/compat.yaml @@ -130,7 +130,7 @@ jobs: - name: Install dependencies run: | apt update - apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu gcc-i686-linux-gnu g++-i686-linux-gnu + apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf python-is-python3 - uses: actions/checkout@v4 with: fetch-depth: 0