Re-enable autolayout example
This commit is contained in:
parent
538e9a8f4c
commit
eb2f5cc9a2
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue