diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 19:48:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 19:48:18 +0300 |
commit | bf10e07a89510ac798372358d8b9e4bb9e5b192c (patch) | |
tree | d73a894ece46c322b263ef2544dba235a99263a6 /.github | |
parent | 362fb48c7bdb89626cfc644b1976e780559cc77f (diff) |
Update windows support
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)" |