mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Initial commit to trigger CI
This commit is contained in:
parent
7506bd8ae0
commit
0cc6d67672
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
|||
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -135,6 +136,7 @@ jobs:
|
|||
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -344,6 +346,7 @@ jobs:
|
|||
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -398,6 +401,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -450,6 +454,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -503,6 +508,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.OS }}-build-
|
||||
|
||||
# Causes failure when new rustc
|
||||
- name: Cache Rust toolchain
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue