From eb2f5cc9a25cd6c9af7d813e710979840a70e1b7 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 31 Jul 2022 21:06:49 -0700 Subject: [PATCH] Re-enable autolayout example --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0df0587..986b94b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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