diff --git a/.github/workflows/tests-msvc.yml b/.github/workflows/tests-msvc.yml index ec3dd7fa..30c9127c 100644 --- a/.github/workflows/tests-msvc.yml +++ b/.github/workflows/tests-msvc.yml @@ -19,6 +19,11 @@ jobs: id: project-cache uses: Swatinem/rust-cache@v2 + - name: Setting up Rust + uses: hecrj/setup-rust-action@v1 + with: + rust-version: stable + - name: Running the tests for the project run: | cd zork++