Skip to content

Commit

Permalink
Improved and upgraded CI workflow pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 24, 2024
1 parent 92a8f9a commit 4e9a76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Compiling Examples
run: |
export RISHKA_LIBPATH=sdk
export RISHKA_SCRIPTS=scripts
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
Expand Down

0 comments on commit 4e9a76b

Please sign in to comment.