Skip to content

Commit b8d93a0

Browse files
authored
Update workflows.yaml
1 parent ad2f4a9 commit b8d93a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflows.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
with:
111111
name: build-output-Release-${{ matrix.define }}
112112
path: src/Arch/bin/Release/net8.0/
113+
114+
# Restore
115+
- name: Restore dependencies
116+
run: dotnet restore src/Arch/Arch.csproj --framework net8.0
113117

114118
# Packing
115119
- name: Pack with DefineConstants=${{ matrix.define }}

0 commit comments

Comments
 (0)