We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98063c6 commit 0a277adCopy full SHA for 0a277ad
.github/workflows/build.yaml
@@ -39,6 +39,7 @@ jobs:
39
cd $DD
40
mkdir ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/target
41
mkdir ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/target/release
42
+ sudo ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ../../RTIMULib
43
ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ${HOME}/work/RTIMULib
44
ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ${HOME}/work/bbn_rust_sandbox/RTIMULib
45
ln -s ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/rust_i2c_imu/RTIMULib2/RTIMULib ${HOME}/work/bbn_rust_sandbox/bbn_rust_sandbox/RTIMULib
0 commit comments