Skip to content

Commit

Permalink
#855 try to install QT serial port library for IOS
Browse files Browse the repository at this point in the history
Signed-off-by: David Mason <[email protected]>
  • Loading branch information
drmason789 authored Jan 2, 2024
1 parent 4f06201 commit fbb7559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ jobs:
version: '5.15.2'
host: 'mac'
target: 'ios'
modules: 'qtcharts qtnetworkauth qt5serialport5-dev'
modules: 'qtcharts qtnetworkauth libqt5serialport5-dev'
dir: '${{ github.workspace }}/output/ios/'
cache: 'true'
cache-key-prefix: 'install-qt-action-ios'
Expand Down

2 comments on commit fbb7559

@cagnulein
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drmason789 as far as i know ios can't handle serial port

@drmason789
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drmason789 as far as i know ios can't handle serial port

Thanks for pointing this out. I will make some adjustments to exclude this bike from the iOS build.

Apple link

Please sign in to comment.