diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 4fe1ae6..794eda9 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -22,6 +22,8 @@ jobs: - name: Compiling Examples run: | + export RISHKA_LIBPATH=sdk + export RISHKA_SCRIPTS=scripts cd tools/rishka-cc && cargo run -- ../../examples/sdk/blink.cpp --output blink cd tools/rishka-cc && cargo run -- ../../examples/sdk/delay.cpp --output delay cd tools/rishka-cc && cargo run -- ../../examples/sdk/hello.cpp --output hello