File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,10 +746,10 @@ jobs:
746746 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
747747 echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
748748 - name : Build tnmsc binary (release, with embedded runtime)
749- run : cargo build --release --target ${{ matrix.target }} -p tnmsc --features embedded-runtime
749+ run : cargo build --release --target ${{ matrix.target }} -p tnmsc-cli-shell --features tnmsc/ embedded-runtime
750750 - name : Run tests (native only)
751751 if : ${{ !matrix.cross }}
752- run : cargo test --release --target ${{ matrix.target }} -p tnmsc --features embedded-runtime
752+ run : cargo test --release --target ${{ matrix.target }} -p tnmsc-cli-shell --features tnmsc/ embedded-runtime
753753 - name : Package (unix)
754754 if : runner.os != 'Windows'
755755 shell : bash
You can’t perform that action at this time.
0 commit comments