2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-07-02 19:13:43 -04:00

Fix build (#254)

This commit is contained in:
2024-06-20 21:10:01 +01:00
committed by GitHub
parent d652823abb
commit daa124aee1
2 changed files with 24 additions and 3 deletions

View File

@ -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