Initial commit to trigger CI

This commit is contained in:
Henrik Tjäder 2020-09-08 16:36:03 +00:00
parent 7506bd8ae0
commit 0cc6d67672

View file

@ -72,6 +72,7 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }} ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -135,6 +136,7 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }} ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -344,6 +346,7 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }} ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -398,6 +401,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -450,6 +454,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -503,6 +508,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.OS }}-build- ${{ runner.OS }}-build-
# Causes failure when new rustc
- name: Cache Rust toolchain - name: Cache Rust toolchain
uses: actions/cache@v2 uses: actions/cache@v2
with: with: