Skip to content

Commit

Permalink
Install .NET first.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Jan 15, 2025
1 parent e9cb094 commit 4d413cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install .NET
uses: actions/setup-dotnet@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build Rust
run: .\build.ps1 build-rust
- name: Test Rust
run: .\build.ps1 test-rust
- name: Install .NET
uses: actions/setup-dotnet@v3
- name: Restore
run: .\build.ps1 restore
- name: Build C#
Expand Down

0 comments on commit 4d413cf

Please sign in to comment.