We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16485e commit 78581cfCopy full SHA for 78581cf
3 files changed
{{cookiecutter.project_name}}/.github/workflows/build-rust.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Cache Rust dependencies
58
uses: Swatinem/rust-cache@v2
59
with:
60
- workdir: rust/
+ workspaces: "rust/"
61
key: {{ "${{ matrix.platform.target }}" }}
62
63
- name: Set up cross-compilation toolchain (Linux)
{{cookiecutter.project_name}}/.github/workflows/lint-rust.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
- name: Set up uv
42
uses: astral-sh/setup-uv@v6
{{cookiecutter.project_name}}/.github/workflows/test-rust.yml
@@ -40,7 +40,7 @@ jobs:
43
44
45
46
0 commit comments