Skip to content

Commit 64b1840

Browse files
fix: Use the new install URL in the starter project template (#425)
1 parent 8c036f6 commit 64b1840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/pavexc_cli/template/.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: cargo binstall -y --force --github-token=${{ secrets.GITHUB_TOKEN }} cargo-px --version="^0.1.15"
9595
- name: Install pavex
9696
run: |
97-
curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/releases/download/latest/pavex_cli-installer.sh | sh
97+
curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/install.sh | sh
9898
- name: Verify freshness
9999
run: |
100100
cargo px verify-freshness

0 commit comments

Comments
 (0)