Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Romira915 committed Sep 30, 2022
1 parent 7685033 commit 6eec143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-discord_bot_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
./**/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-test

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
./**/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-build

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6eec143

Please sign in to comment.