Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo clippy
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo doc
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo install cargo-hack
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Install cargo minimal-versions
uses: taiki-e/install-action@cargo-minimal-versions
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: rustup default stable
Expand All @@ -115,7 +115,7 @@ jobs:
# with:
# toolchain: ${{ matrix.msrv }}
# - name: Install sccache-cache
# uses: mozilla-actions/sccache-action@v0.0.7
# uses: mozilla-actions/sccache-action@v0.0.8
# - name: Run sccache stat for check
# run: ${SCCACHE_PATH} --show-stats
# - name: cargo +${{ matrix.msrv }} check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo generate-lockfile
Expand All @@ -47,7 +47,7 @@ jobs:
uses: dtolnay/rust-toolchain@beta
- name: Install sccache-cache
if: hashFiles('Cargo.lock') != ''
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
if: hashFiles('Cargo.lock') != ''
run: ${SCCACHE_PATH} --show-stats
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo generate-lockfile
Expand All @@ -49,7 +49,7 @@ jobs:
# - name: Install stable
# uses: dtolnay/rust-toolchain@stable
# - name: Install sccache-cache
# uses: mozilla-actions/sccache-action@v0.0.7
# uses: mozilla-actions/sccache-action@v0.0.8
# - name: Run sccache stat for check
# run: ${SCCACHE_PATH} --show-stats
# - name: cargo generate-lockfile
Expand All @@ -69,7 +69,7 @@ jobs:
with:
components: llvm-tools-preview
- name: Install sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@v0.0.8
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo install cargo-tarpaulin
Expand Down
Loading