From 9bde56f9ed9c2cd4427965ce64f1f8eea0c696c4 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 16:36:28 -0800 Subject: [PATCH] where it is? --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dab86fc..f08bb40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,16 +104,18 @@ jobs: matrix: arch: [x64] steps: - - name: Checkout Sources - uses: actions/checkout@v2 - with: - submodules: recursive + # - name: Checkout Sources + # uses: actions/checkout@v2 + # with: + # submodules: recursive - name: Setup PHP 8.0 uses: shivammathur/setup-php@v2 with: php-version: '8.0' - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | + where composer.phar + composer composer.phar