Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
CAGS295 committed Sep 29, 2024
1 parent 7213875 commit 911fc20
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
submodules: "recursive"

Expand All @@ -23,14 +24,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Cache
uses: actions/[email protected]
with:
# A directory to store and save the cache
path: ./target
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Build
run: cargo build --verbose
if: ${{ success() }}
Expand Down

0 comments on commit 911fc20

Please sign in to comment.