diff options
author | Smolevich <[email protected]> | 2019-11-08 14:36:27 +0300 |
---|---|---|
committer | Smolevich <[email protected]> | 2019-11-08 14:36:27 +0300 |
commit | 4be6d7d7cf71f1a75b67fd1d8009a994078f47e0 (patch) | |
tree | 3308a4f9389c1bbe00b1c7db001f457a23be8db6 /.github | |
parent | 0c9efa70e01ce7899fc9620f08a9d0f68fe71995 (diff) |
Move export variable
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/blank.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4ef24eb2..586bb264 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -44,13 +44,13 @@ jobs: - name: Show versions run: | - export GO111MODULE=on php -v composer -V go version - + - name: Install dependencies and download binary roadrunner run: | + export GO111MODULE=on go mod download composer install --no-interaction --prefer-source find src/ -name "*.php" -print0 | xargs -0 -n1 -P8 php -l |