Skip to content

Commit

Permalink
Update Rust and fix the version to 1.80.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maloneymr committed Jul 31, 2024
1 parent 655d797 commit ab06aa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cargo_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set Rustc version
run: |
rustup update
rustup toolchain install 1.80.0
rustup default 1.80.0
- name: Run cargo test
run: |
cd virdant
Expand Down

0 comments on commit ab06aa3

Please sign in to comment.