Re-enable autolayout example

This commit is contained in:
Ryan McGrath 2022-07-31 21:06:49 -07:00
parent 538e9a8f4c
commit eb2f5cc9a2
No known key found for this signature in database
GPG key ID: DA6CBD9233593DEA

View file

@ -42,18 +42,15 @@ jobs:
with:
toolchain: stable
override: true
# It would be better to use
# args: --examples
# but not all the examples build for me
- uses: actions-rs/cargo@v1
with:
command: build
args: --example animation
# Fails to link:
#- uses: actions-rs/cargo@v1
# with:
# command: build
# args: --example autolayout
# Will exhibit linker warnings for 10.13 and below, expected:
- uses: actions-rs/cargo@v1
with:
command: build
args: --example autolayout
- uses: actions-rs/cargo@v1
with:
command: build