From c51ddaa20ecd62e4e258bb33dac3bd111cda9fe8 Mon Sep 17 00:00:00 2001 From: DMG Date: Tue, 12 Nov 2024 14:27:31 -0800 Subject: [PATCH] linux.yaml RedHat experiment --- .github/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 44d099304..9517a967d 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -81,7 +81,7 @@ jobs: if: contains(matrix.os, 'redhat') run: | if [ ${{ matrix.compiler }} = gcc ]; then compiler=gcc-c++; else compiler=llvm-toolset; fi - microdnf -y install $compiler lld pkgconf cmake brotli brotli-devel zstd libzstd-devel openssl-devel zlib-devel libcurl-devel git python3-pip unzip + microdnf -y install $compiler lld pkgconf cmake brotli brotli-devel zstd lz4-devel openssl-devel zlib-devel libcurl-devel git python3-pip unzip curl -LO https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip unzip ninja-linux.zip mv ninja /usr/local/bin