Skip to content

Commit

Permalink
feat: Adding a Rust toolchain for the MSVC workflow on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed May 2, 2024
1 parent bae2dc5 commit cc4fac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit cc4fac0

Please sign in to comment.