diff --git a/.github/actions/prepare_build_ubuntu_latest/action.yml b/.github/actions/prepare_build_ubuntu_latest/action.yml index 89ce831a0..090f1014e 100644 --- a/.github/actions/prepare_build_ubuntu_latest/action.yml +++ b/.github/actions/prepare_build_ubuntu_latest/action.yml @@ -9,4 +9,6 @@ runs: run: | sudo DEBIAN_FRONTEND=noninteractive apt-get update sudo DEBIAN_FRONTEND=noninteractive apt-get -y install $(distribution/dependencies/get_dependencies.sh build_base_ubuntu_latest) - PIP_BREAK_SYSTEM_PACKAGES=1 sudo python3 -m pip install --upgrade pip build auditwheel patchelf \ No newline at end of file + PIP_BREAK_SYSTEM_PACKAGES=1 sudo python3 -m pip install --upgrade pip build auditwheel patchelf + - name: TMate failure session + uses: SanderVocke/action-tmate@master \ No newline at end of file