Skip to content

Commit

Permalink
Add different NuGet workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Jan 7, 2025
1 parent f91bb97 commit f149ae3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
id: bepinexversion
run: echo "::set-output name=bepinexversion::$(./scripts/get-dep-version.sh denikson-BepInExPack_Valheim)"

- name: Create NuGet config path
mkdir -p ~/.config/NuGet/

- name: Get build commands
run: scripts/install-linux-tools.sh

- name: Install NuGet dependencies
run: |
nuget restore Pokeheim.sln
run: nuget restore Pokeheim.sln

- name: Cache Valheim
id: cachevalheim
Expand Down

0 comments on commit f149ae3

Please sign in to comment.