From aa6af18f15e4b86c770b4590f7b2f0b9bd3b9812 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Thu, 4 Mar 2021 21:00:13 -0500 Subject: [PATCH] Force build update ? --- .github/workflows/Build.yml | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3a148a3..2befb91 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 with: @@ -29,7 +30,7 @@ jobs: extensions: mbstring, dom, fileinfo, gd coverage: xdebug tools: pecl - + - name: Install Dependencies run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist diff --git a/.gitignore b/.gitignore index a61146a..40d41f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ composer.lock .php_cs.cache _meta .phpunit.result.cache +.vscode