Skip to content

Commit

Permalink
update builder permission
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent 5b9f2ff commit 7c7e0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
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
sudo ./builder build -p ${{ env.PACKAGE_NAME }}
chmod a+wx builder
./builder build -p ${{ env.PACKAGE_NAME }}
# TODO: Run tests for devices
devices:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
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
chmod a+wx builder
./builder build -p ${{ env.PACKAGE_NAME }} --target=${{ matrix.target }}-armv8
check-submodules:
Expand Down

0 comments on commit 7c7e0de

Please sign in to comment.