diff options
author | Valery Piashchynski <[email protected]> | 2020-03-21 01:06:38 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-21 01:06:38 +0300 |
commit | 214a619cd5daffb121392fdd5abfad08bea640a9 (patch) | |
tree | b8af00160d848660f909872bd3d5959a67f62e5d /.github | |
parent | 314b161695daae7dfa8739afb1865a3be5ff53ca (diff) |
Update GHA
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ccba8da0..f308969f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -61,7 +61,7 @@ jobs: run: composer analyze - name: Install Go dependencies - run: go mod download && go mod vendor + run: go mod download - name: Download binary roadrunner run: php ./bin/rr get-binary |