diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ecb94a..de00d3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,9 @@ jobs: if: contains(matrix.os_name, 'redhat-') run: | yum install -y --allowerasing make cmake gcc gcc-c++ libevent-devel git curl uuid nodejs python3.11 python3.11-pip - rm -f /usr/bin/python3 + rm -f /usr/bin/python3 /usr/bin/pip3 ln -s $(which python3.11) /usr/bin/python3 + ln -s $(which pip3.11) /usr/bin/pip3 - name: Install msgpack-c (Red Hat) if: contains(matrix.os_name, 'redhat-')