We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42eaaf8 commit 6880f30Copy full SHA for 6880f30
2 files changed
.github/workflows/copilot-setup-steps.yml
@@ -35,4 +35,4 @@ jobs:
35
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
36
37
- name: Install uv
38
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8.1.0
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
target/
30
31
32
33
- name: Build
34
if: steps.cargo-cache.outputs.cache-hit != 'true'
run: cargo build --release --verbose
0 commit comments