summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index cf63195c..578de0c0 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: |