From 414b91e56de0e22d92bb0741da7608022ce7ee25 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Wed, 19 Aug 2020 17:00:53 +0200 Subject: [PATCH] fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98c7fbc..0c9c5ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: continue-on-error: false with: command: install - args: --froce cargo-make + args: --force cargo-make - name: Run cargo make android uses: actions-rs/cargo@v1