Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 10, 2025
1 parent cf39afe commit 3f30159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-tests-bigtable-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- name: Install Road Runner PHP
run: |
wget https://github.com/roadrunner-server/roadrunner/releases/download/v2024.3.1/roadrunner-2024.3.1-linux-amd64.deb
dpkg -i roadrunner-2024.3.1-linux-amd64.deb
sudo dpkg -i roadrunner-2024.3.1-linux-amd64.deb
- run: bash .kokoro/conformance.sh

0 comments on commit 3f30159

Please sign in to comment.