We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c036f6 commit 64b1840Copy full SHA for 64b1840
libs/pavexc_cli/template/.github/workflows/general.yml
@@ -94,7 +94,7 @@ jobs:
94
run: cargo binstall -y --force --github-token=${{ secrets.GITHUB_TOKEN }} cargo-px --version="^0.1.15"
95
- name: Install pavex
96
run: |
97
- curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/releases/download/latest/pavex_cli-installer.sh | sh
+ curl --proto '=https' --tlsv1.2 -LsSf https://pavex.dev/install.sh | sh
98
- name: Verify freshness
99
100
cargo px verify-freshness
0 commit comments