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 7f56bab commit 5318463Copy full SHA for 5318463
.github/workflows/build-dev.yml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: Setup rust cache
58
uses: Swatinem/rust-cache@v2
59
+ with:
60
+ prefix-key: ${{ matrix.targets.target }}@${{ matrix.targets.os }}
61
62
- name: Generate version
63
id: gen-version
.github/workflows/build-release.yml
@@ -42,6 +42,8 @@ jobs:
42
43
44
45
46
47
48
49
0 commit comments