summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-14 19:48:18 +0300
committerValery Piashchynski <[email protected]>2020-12-14 19:48:18 +0300
commitbf10e07a89510ac798372358d8b9e4bb9e5b192c (patch)
treed73a894ece46c322b263ef2544dba235a99263a6 /.github
parent362fb48c7bdb89626cfc644b1976e780559cc77f (diff)
Update windows support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
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)"