diff --git a/.github/workflows/cargo_test.yaml b/.github/workflows/cargo_test.yaml index 86165fa..70959f8 100644 --- a/.github/workflows/cargo_test.yaml +++ b/.github/workflows/cargo_test.yaml @@ -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