From 0b97c966a2f0ee94bbe03473104267e64f677a7a Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Mon, 24 Jun 2024 11:37:16 +0200 Subject: [PATCH] wip --- .github/actions/prepare_build_ubuntu_latest/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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