Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Oct 16, 2023
1 parent cdfe786 commit 3a6bb02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# Caching target directory
- name: Cache Cargo target dir
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}

# Caching Cargo registry
- name: Cache Cargo registry
uses: actions/cache@v2
with:
Expand All @@ -36,15 +34,13 @@ jobs:
toolchain: stable
override: true

# Install and setup sccache
- name: Install sccache
run: cargo install sccache
- name: Setup sccache
run: |
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
# Cache sccache storage
- name: Cache sccache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3a6bb02

Please sign in to comment.