We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2cc64 commit cf99b79Copy full SHA for cf99b79
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
~/.cargo/git/db/
32
target/
33
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
34
+ restore-keys: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35
36
- name: Build
37
run: cargo build --all --release && strip target/release/mufbot-dc
0 commit comments