aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorxoviat <[email protected]>2021-03-19 09:14:50 -0500
committerxoviat <[email protected]>2021-03-19 09:14:50 -0500
commite3686ab784922ad5233a55c1011080c37d35fb5a (patch)
tree3a28fe5cc58e0640eb994022b13624d3f6b48ae3 /.github/workflows
parentd820135f0ed90fa022dac18c087f456693e9d560 (diff)
ci: rm ci.sh
Diffstat (limited to '.github/workflows')
-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 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)