Skip to content

Commit

Permalink
Trying again with correct ruamel version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Feb 27, 2024
1 parent 77b10a3 commit a70e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Python and Pip
run: sudo apt-get install python3 python3-pip
- name: Install ruamel.yaml
run: pip install ruamel.yaml
run: pip install "ruamel.yaml<0.18.0"
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Build
Expand Down

0 comments on commit a70e877

Please sign in to comment.