Skip to content

Commit bc10ab2

Browse files
committed
Remove NuGet workaround
1 parent 56e8594 commit bc10ab2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030

3131
- name: Install NuGet dependencies
3232
run: |
33-
# Fixes weird permission errors that started in GitHub Actions
34-
# environments on June 14th:
35-
sudo chown -R $USER /tmp/NuGetScratch/
36-
3733
nuget restore Pokeheim.sln
3834
3935
- name: Cache Valheim

0 commit comments

Comments
 (0)