Fix build (#254)
This commit is contained in:
parent
d652823abb
commit
daa124aee1
2 changed files with 24 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
dotnet-version: 6.0.x
|
||||
|
||||
- name: build projects
|
||||
run: dotnet build -c Release
|
||||
run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
|
||||
|
||||
- name: run tests
|
||||
run: dotnet test Raylib-cs.Tests -c Release
|
||||
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
dotnet-version: 6.0.x
|
||||
|
||||
- name: build projects
|
||||
run: dotnet build -c Release
|
||||
run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
|
||||
|
||||
- name: run tests
|
||||
run: dotnet test Raylib-cs.Tests -c Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue