diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:20:00 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:20:00 +0100 |
| commit | 9bee576fd241f019c363919b0c29551c6b8ee4b2 (patch) | |
| tree | 96bfb71546ab96b02cb5c26d6b754793e4bd64e9 /.github | |
| parent | f100383b3c094830fee4e54956795388bd5edec1 (diff) | |
Update embassy
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f349f50ad..219a5e367 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -21,4 +21,4 @@ jobs: | |||
| 21 | target: thumbv7em-none-eabi | 21 | target: thumbv7em-none-eabi |
| 22 | override: true | 22 | override: true |
| 23 | - name: Build | 23 | - name: Build |
| 24 | run: ./test-build.sh | 24 | run: ./ci.sh |
