Skip to content

Commit

Permalink
Run pkg non-interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Feb 18, 2024
1 parent 2d25f75 commit eba96e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit eba96e6

Please sign in to comment.