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 c51ddaa commit a616975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 lz4-devel openssl-devel zlib-devel libcurl-devel git python3-pip unzip
microdnf -y install $compiler lld pkgconf cmake brotli brotli-devel zstd zstd-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
Expand Down

0 comments on commit a616975

Please sign in to comment.