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) diff --git a/ci.sh b/ci.sh deleted file mode 100755 index 62e59cf3..00000000 --- a/ci.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -euxo pipefail - -cd $(dirname $0) - -# embassy-nrf - -(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) \ No newline at end of file