Setup submodules before the rest so that GitHub workflows can find the rust-toolchain.

This commit is contained in:
Guillaume Endignoux
2020-07-10 11:06:23 +02:00
parent d5e7cfa1b1
commit 67a7223802
11 changed files with 95 additions and 54 deletions

View File

@@ -16,6 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -9,6 +9,8 @@ jobs:
if: github.repository == 'google/OpenSK'
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -13,6 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi

View File

@@ -14,6 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up submodules
run: ./setup-submodules.sh
- uses: actions-rs/toolchain@v1
with:
target: thumbv7em-none-eabi