From 678dfaeee999726099816810a2f896812dddf533 Mon Sep 17 00:00:00 2001 From: Dengke Date: Tue, 9 Jul 2024 15:15:20 -0700 Subject: [PATCH] without version? --- .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 51a6cf224..0c63e00d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,7 @@ jobs: shell: bash environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION run: | - sudo pkg install -y python39 py39-pip py39-urllib3 py39-pip py39-awscli cmake + sudo pkg install -y python3 py-pip py-urllib3 py-awscli cmake python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }}