mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-15 08:41:21 +00:00
Fixed workflow to build from src directory
This commit is contained in:
parent
4210e21c65
commit
f069c20616
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
|||
with:
|
||||
dotnet-version: ${{ matrix.dotnet }}
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore src
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
run: dotnet build src --configuration Release --no-restore
|
||||
|
|
Loading…
Add table
Reference in a new issue