diff options
author | 2020-09-08 16:36:03 +0000 | |
---|---|---|
committer | 2020-09-08 16:36:03 +0000 | |
commit | 0cc6d676725c4a61efd54d49d47ea5013f9a4890 (patch) | |
tree | ca0ada992b9a3cf0170b9f295ad83d1bbb3ee89c | |
parent | 7506bd8ae0ba335fc058c2138438fab5f20f6dab (diff) | |
download | rtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.tar.gz rtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.tar.zst rtic-0cc6d676725c4a61efd54d49d47ea5013f9a4890.zip |
Initial commit to trigger CI
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yml | 6 |
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: |