diff options
| author | xoviat <[email protected]> | 2021-03-19 09:14:50 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2021-03-19 09:14:50 -0500 |
| commit | e3686ab784922ad5233a55c1011080c37d35fb5a (patch) | |
| tree | 3a28fe5cc58e0640eb994022b13624d3f6b48ae3 /.github/workflows | |
| parent | d820135f0ed90fa022dac18c087f456693e9d560 (diff) | |
ci: rm ci.sh
Diffstat (limited to '.github/workflows')
| -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 2ba650ee1..d184ebc4e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -106,4 +106,4 @@ jobs: | |||
| 106 | target: thumbv7em-none-eabi | 106 | target: thumbv7em-none-eabi |
| 107 | override: true | 107 | override: true |
| 108 | - name: Build | 108 | - name: Build |
| 109 | run: ./ci.sh | 109 | run: (cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) |
