From 11f7c387e07a074e00fd1aaba66379cf43258422 Mon Sep 17 00:00:00 2001 From: Dengke Date: Wed, 10 Jul 2024 13:07:51 -0700 Subject: [PATCH] fix freebsd CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}