Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Mar 26, 2024
1 parent 52c1f83 commit e3165d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x

- name: Setup .NET Framework
uses: microsoft/setup-msbuild@v2

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: i686-pc-windows-msvc

- name: Build
run: dotnet build Osu.Patcher.Injector

Expand Down

0 comments on commit e3165d5

Please sign in to comment.