Skip to content

Commit

Permalink
use R2 for relay
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and ostrolucky committed Jan 7, 2023
1 parent 4c81b59 commit 8e2b190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: "Install Relay"
run: |
curl -L "https://cachewerk.s3.amazonaws.com/relay/dev/relay-dev-php${{ matrix.php-version }}-debian-x86-64.tar.gz" | tar xz
curl -L "https://builds.r2.relay.so/dev/relay-dev-php${{ matrix.php-version }}-debian-x86-64.tar.gz" | tar xz
cd relay-dev-php${{ matrix.php-version }}-debian-x86-64
sudo cp relay.ini $(php-config --ini-dir)
sudo cp relay-pkg.so $(php-config --extension-dir)/relay.so
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: "Install Relay"
run: |
curl -L "https://cachewerk.s3.amazonaws.com/relay/dev/relay-dev-php7.4-debian-x86-64.tar.gz" | tar xz
curl -L "https://builds.r2.relay.so/dev/relay-dev-php7.4-debian-x86-64.tar.gz" | tar xz
cd relay-dev-php7.4-debian-x86-64
sudo cp relay.ini $(php-config --ini-dir)
sudo cp relay-pkg.so $(php-config --extension-dir)/relay.so
Expand Down

0 comments on commit 8e2b190

Please sign in to comment.