-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3f65df9
commit ea02eca
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Setup Rust | ||
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }} | ||
uses: dtolnay/rust-toolchain@stable | ||
|
@@ -95,7 +95,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: x86_64-pc-windows-msvc | ||
|
@@ -115,7 +115,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: x86_64-pc-windows-msvc | ||
|
@@ -159,7 +159,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: aarch64-apple-darwin | ||
|
@@ -214,7 +214,7 @@ jobs: | |
sudo port install wget | ||
port installed | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: aarch64-apple-darwin | ||
|
@@ -234,7 +234,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: x86_64-unknown-linux-musl | ||
|
@@ -261,7 +261,7 @@ jobs: | |
with: | ||
targets: x86_64-unknown-linux-musl | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Build and run tests | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
|
@@ -287,7 +287,7 @@ jobs: | |
with: | ||
targets: x86_64-unknown-linux-musl | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Build and run tests | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
|
@@ -313,7 +313,7 @@ jobs: | |
with: | ||
targets: x86_64-unknown-linux-musl | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Build and run tests | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
|
@@ -337,7 +337,7 @@ jobs: | |
with: | ||
targets: x86_64-unknown-linux-musl | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Build and run tests | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
|
@@ -362,7 +362,7 @@ jobs: | |
with: | ||
targets: x86_64-unknown-linux-musl | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Build and run tests | ||
env: | ||
RUSTFLAGS: "-C target-feature=-crt-static" | ||
|
@@ -384,7 +384,7 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install -y packagekit packagekit-tools | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: x86_64-unknown-linux-musl | ||
|