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: with:
toolchain: stable toolchain: stable
override: true override: true
# It would be better to use
# args: --examples
# but not all the examples build for me
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build
args: --example animation args: --example animation
# Fails to link: # Will exhibit linker warnings for 10.13 and below, expected:
#- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
# with: with:
# command: build command: build
# args: --example autolayout args: --example autolayout
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build