From d806c44c76707a9d7092ef90d5ca3bd766d6b129 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 30 Dec 2020 13:09:29 -0600 Subject: [PATCH] My brain hurts and I can't figure out how to set this CI action up right now. But it works, so release. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8032ba..f907b7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,3 @@ jobs: with: crate: cargo-make # use-tool-cache: true - - uses: actions-rs/cargo@v1 - with: - command: make - args: build-android-example