mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-22 11:42:19 +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:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet }}
|
dotnet-version: ${{ matrix.dotnet }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore src
|
||||||
- name: Build
|
- 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