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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue