Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 27, 2023
1 parent be954d0 commit 8d1fb03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,8 @@ jobs:
with:
operating_system: freebsd
version: '13.2'
shell: bash
environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION
run: |
printf "REGION: $AWS_DEFAULT_REGION $AWS_REGION\n"
sudo pkg install -y python3 py39-urllib3 py39-pip cmake
python3 -m pip install awscliv2
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 }}
Expand Down

0 comments on commit 8d1fb03

Please sign in to comment.