Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Vocke committed Jun 24, 2024
1 parent 8413c85 commit 0b97c96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/prepare_build_ubuntu_latest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
PIP_BREAK_SYSTEM_PACKAGES=1 sudo python3 -m pip install --upgrade pip build auditwheel patchelf
- name: TMate failure session
uses: SanderVocke/action-tmate@master

0 comments on commit 0b97c96

Please sign in to comment.