Skip to content

Commit

Permalink
fu pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Oct 5, 2024
1 parent cf44681 commit e7e88c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Checkout GEF & GEF-Extras
run: |
mkdir -p ~/.config/pip
echo '[global]' > ~/.config/pip/pip.conf
echo 'break-system-packages = true' >> ~/.config/pip/pip.conf
mkdir -p ${{ env.GEF_PATH_DIR }} ${{ env.GEF_EXTRAS_PATH }}
wget -O ${{ env.GEF_PATH }} https://raw.githubusercontent.com/hugsy/gef/${{ env.BRANCH }}/gef.py
echo "source ${{ env.GEF_PATH }}" > ~/.gdbinit
Expand Down

0 comments on commit e7e88c8

Please sign in to comment.