aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@tjaders.com> 2020-09-08 16:36:03 +0000
committerGravatar Henrik Tjäder <henrik@tjaders.com> 2020-09-08 16:36:03 +0000
commit0cc6d676725c4a61efd54d49d47ea5013f9a4890 (patch)
treeca0ada992b9a3cf0170b9f295ad83d1bbb3ee89c
parent7506bd8ae0ba335fc058c2138438fab5f20f6dab (diff)
downloadrtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.tar.gz
rtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.tar.zst
rtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.zip
Initial commit to trigger CI
Diffstat (limited to '')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8df63d09..580e111a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: