Skip to content

Commit f149ae3

Browse files
committed
Add different NuGet workaround
1 parent f91bb97 commit f149ae3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
id: bepinexversion
2626
run: echo "::set-output name=bepinexversion::$(./scripts/get-dep-version.sh denikson-BepInExPack_Valheim)"
2727

28+
- name: Create NuGet config path
29+
mkdir -p ~/.config/NuGet/
30+
2831
- name: Get build commands
2932
run: scripts/install-linux-tools.sh
3033

3134
- name: Install NuGet dependencies
32-
run: |
33-
nuget restore Pokeheim.sln
35+
run: nuget restore Pokeheim.sln
3436

3537
- name: Cache Valheim
3638
id: cachevalheim

0 commit comments

Comments
 (0)