diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62f11d20..7996d9e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,17 @@ jobs: steps: - uses: actions/checkout@master + - name: Toolchain Cache + id: build-toolchain + uses: actions/cache@v1 + with: + path: tools/local + key: build-toolchain + - name: Build Toolchain + if: steps.build-toolchain.outputs.cache-hit != 'true' run: | + git submodule update --init ./build-tools ls -la