From 900c02311f4e59d85209a72a2f18c0aee11dbb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 21 Aug 2020 10:17:02 +0800 Subject: [PATCH] fix: typo in ci --- .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 fa0e04f..7d111fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: sudo apt-get update sudo apt-get install libwebkit2gtk-4.0-dev - - name: Run cargo fmt + - name: Run cargo build uses: actions-rs/cargo@v1 with: command: build