From 324a33bfdae858f83409c6f67574378df7536eff Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 29 Jul 2020 07:39:47 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc3d631..70c3634 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,12 +35,10 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - name: Install npm packages - uses: borales/actions-yarn@v2.0.0 with: cmd: install # will run `yarn install` command - - name: Generating Bitmaps - uses: borales/actions-yarn@v2.0.0 with: cmd: render # will run `yarn render` command