From 27e2466c8a8dfbec09185ebb3df56c8f33b97cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Thu, 4 Feb 2021 22:16:09 +0100 Subject: [PATCH] Add more config in github actions Build more configs. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac6fa3f..ef7157c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,19 +25,19 @@ jobs: with: use-cross: true command: build - args: --release --target=${{ matrix.target }} + args: --release --target=${{ matrix.target }} --features=rtc - uses: actions-rs/cargo@v1 with: use-cross: true command: build - args: --release --target=${{ matrix.target }} --features=usedrogue + args: --release --target=${{ matrix.target }} --features=rtc,epd - uses: actions-rs/cargo@v1 with: use-cross: true command: build - args: --release --target=${{ matrix.target }} --features=usesemihosting,usedrogue + args: --release --target=${{ matrix.target }} --features=rtc,epd,bme - uses: actions-rs/cargo@v1 with: use-cross: true command: build - args: --release --target=${{ matrix.target }} --features=usesemihosting + args: --release --target=${{ matrix.target }} --features=usesemihosting,rtc,epd,bme