Skip to content

Commit

Permalink
linux.yaml RedHat experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 12, 2024
1 parent a616975 commit 5143763
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ 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 zstd-devel openssl-devel zlib-devel libcurl-devel git python3-pip unzip
microdnf -y install $compiler lld pkgconf cmake brotli brotli-devel zstd 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
rm ninja-linux.zip
pip3 install meson
microdnf makecache --refresh
microdnf -y install libzstd-devel
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5143763

Please sign in to comment.