Setup submodules before the rest so that GitHub workflows can find the rust-toolchain.
This commit is contained in:
2
.github/workflows/opensk_build.yml
vendored
2
.github/workflows/opensk_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user