From 2c52c65959db3949786060297057a5e00ccbbfb8 Mon Sep 17 00:00:00 2001 From: Valdeir S Date: Thu, 24 Sep 2020 22:39:01 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corrige=20a=C3=A7ao?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a382a3b..e866cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Running Composer - uses: | + run: | cd upload/system/library/PagSeguro wget -qO- https://getcomposer.org/installer | php php composer.phar install --no-dev