Skip to content

Commit 6308876

Browse files
committed
build: specify dotnet restore path
1 parent e2acb28 commit 6308876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet_nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
cache-dependency-path: src/packages.lock.json
3333
cache: true
3434

35-
- run: dotnet restore --locked-mode
35+
- name: Restore UE packages
36+
working-directory: ./src
37+
run: dotnet restore --locked-mode
3638

3739
- name: Cache UniverseLib
3840
id: cache-universe-lib-build

0 commit comments

Comments
 (0)