Skip to content

Commit

Permalink
More yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfsl committed Jan 12, 2025
1 parent 1598954 commit 78f2b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ 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
- run: . "$HOME/.cargo/env"
- run: cd vl-convert-rs
- run: cargo run --example conversion_sequence

workflows:
test-suite:
Expand Down

0 comments on commit 78f2b52

Please sign in to comment.