diff options
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 578de0c0..cf63195c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -62,8 +62,8 @@ jobs: - name: Install Go dependencies run: go mod download -# - name: Download binary roadrunner -# run: php ./bin/rr get-binary + - name: Download binary roadrunner + run: php ./bin/rr get-binary - name: Run golang tests run: | |