See if forcing target does what I expect

This commit is contained in:
Ryan McGrath 2022-08-18 22:32:48 -07:00 committed by Sebastian Imlay
parent 9decae65eb
commit 968843e79b

View file

@ -58,8 +58,7 @@ jobs:
with: with:
command: build command: build
args: --features webview --example webview_custom_protocol args: --features webview --example webview_custom_protocol
# The below should technically, maybe, probably use the iOS rust toolchain. # Since it's all Objective-C message passing under the hood, we're
# That said, since it's all Objective-C message passing under the hood, we're
# really just looking for whether we've broken the iOS build. It is likely # really just looking for whether we've broken the iOS build. It is likely
# that more robust tests/checking infrastructure should exist for this side # that more robust tests/checking infrastructure should exist for this side
# of things as the iOS portion gets iterated on. # of things as the iOS portion gets iterated on.
@ -69,4 +68,5 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build
target: x86_64-apple-ios
args: --example ios-beta --no-default-features --features uikit,autolayout args: --example ios-beta --no-default-features --features uikit,autolayout