From eba96e676ed575bdd9764374244da226e27d4e7e Mon Sep 17 00:00:00 2001 From: Joel Knight Date: Sun, 18 Feb 2024 16:53:29 -0700 Subject: [PATCH] Run pkg non-interactively --- .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 747625764..1d8359a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: cpu_count: 4 shell: bash run: | - sudo pkg install py39-urllib3 + sudo pkg install -y py39-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 }}