Skip to content

Commit

Permalink
circleci command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfsl committed Jan 12, 2025
1 parent 78f2b52 commit ecdbc50
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
executor: test-container
steps:
- code-setup
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: . "$HOME/.cargo/env"
- run: cd vl-convert-rs
- run: cargo run --example conversion_sequence
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
cd vl-convert-rs
cargo run --example conversion_sequence
workflows:
test-suite:
Expand Down

0 comments on commit ecdbc50

Please sign in to comment.