diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50343341..7517d873 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,7 @@ jobs: uses: actions/checkout@v2 - name: Get Composer Cache Directory + if: ${{ matrix.os }} == 'ubuntu-latest' id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" |