Skip to content

Commit

Permalink
use it every where else
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 committed Oct 26, 2021
1 parent 85abd01 commit 9c7eee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-release.yml
Expand Up @@ -70,6 +70,7 @@ jobs:
toolchain: stable
target: thumbv6m-none-eabi
override: true
- uses: Swatinem/rust-cache@v1

- name: Build no_std lib
run: cargo build --target thumbv6m-none-eabi --color=always
Expand All @@ -91,6 +92,7 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- uses: Swatinem/rust-cache@v1

- name: Install node
uses: actions/setup-node@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -101,6 +101,7 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- uses: Swatinem/rust-cache@v1

- name: Install node
uses: actions/setup-node@v1
Expand Down Expand Up @@ -132,6 +133,8 @@ jobs:
- name: Install cross
run: bash ci/install-cross.sh

- uses: Swatinem/rust-cache@v1

- name: Build static library
run: cross check --target ${{ matrix.target }}

Expand Down

0 comments on commit 9c7eee4

Please sign in to comment.