Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 66e4550 commit b1cf86f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Setup Rust
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand All @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
sudo port install wget
port installed
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
Expand All @@ -221,7 +221,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-musl
Expand All @@ -248,7 +248,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -274,7 +274,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -300,7 +300,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -324,7 +324,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -349,7 +349,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- name: Build and run tests
env:
RUSTFLAGS: "-C target-feature=-crt-static"
Expand All @@ -371,7 +371,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y packagekit packagekit-tools gcc-aarch64-linux-gnu
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-musl
Expand Down

0 comments on commit b1cf86f

Please sign in to comment.