diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bee9ab645..ddfc62666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: cpu_count: 4 shell: bash run: | - sudo pkg install -y python3 py39-urllib3 + sudo pkg install -y python3 net/py-urllib3 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }}