Skip to content

Commit f7f16a1

Browse files
authored
Update build.yaml
1 parent 4aeb2be commit f7f16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "ls ../../"
6060
ls ../../
6161
echo "ls target/release"
62-
if [ -d target/release ]; then ls target/release; ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib /home/runner/.cargo/registry/src/RTIMULib fi
62+
if [ -d RTIMULib2 ]; then ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ${HOME}/.cargo/registry/src/RTIMULib; fi
6363
RUST_BACKTRACE=full cargo build --release --target aarch64-unknown-linux-gnu
6464
cd ..
6565
done

0 commit comments

Comments
 (0)