Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/LinuxRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ jobs:
quay.io/pypa/manylinux_2_28_${{ matrix.config.image }} \
bash -c "
set -e
yum install -y perl-IPC-Cmd gcc-toolset-12 gcc-toolset-12-gcc-c++

source /opt/rh/gcc-toolset-12/enable
export CC=gcc
export CXX=g++

yum install -y perl-IPC-Cmd
git config --global --add safe.directory $PWD
make -C $PWD
"
Expand Down