Skip to content

Commit

Permalink
Update CI to reduce warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 17, 2024
1 parent ba2794e commit c3bccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: CLI
uses: GuillaumeFalourd/assert-command-line-output@v2
uses: GuillaumeFalourd/assert-command-line-output@v2.4
with:
command_line: cargo run -- p = 2\; p + 3
contains: 5
Expand Down

0 comments on commit c3bccd0

Please sign in to comment.