summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorxoviat <xoviat@gmail.com>2021-03-19 09:14:50 -0500
committerxoviat <xoviat@gmail.com>2021-03-19 09:14:50 -0500
commite3686ab784922ad5233a55c1011080c37d35fb5a (patch)
tree3a28fe5cc58e0640eb994022b13624d3f6b48ae3 /.github
parentd820135f0ed90fa022dac18c087f456693e9d560 (diff)
downloadembassy-e3686ab784922ad5233a55c1011080c37d35fb5a.zip
ci: rm ci.sh
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2ba650ee..d184ebc4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -106,4 +106,4 @@ jobs:
target: thumbv7em-none-eabi
override: true
- name: Build
- run: ./ci.sh
+ run: (cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins)