Skip to content

Commit

Permalink
try include?
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 26, 2024
1 parent 6de31ff commit e621d2b
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 @@ -106,7 +106,7 @@ jobs:
steps:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
export XCODE_DESTINATION=${{matrix.destination}}
export XCODE_DESTINATION=${{matrix.include.destination}}
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 }} --target=${{ matrix.target }}-armv8
Expand Down

0 comments on commit e621d2b

Please sign in to comment.