Merge branch 'master' of github.com:miniupnp/miniupnp

This commit is contained in:
Thomas Bernard 2024-03-20 00:28:27 +01:00
commit 7a3e256eb9
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ jobs:
with:
directories: ${{ steps.create-venv.outputs.activate-venv-directories }}
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Copy out miniupnpc
run: |
cp -RLv cloned/miniupnpc source