Skip to content

Commit 16b3e19

Browse files
committed
Fix build workflow
- Downgrade Ubuntu - Tweak NuGet workarounds
1 parent b19f760 commit 16b3e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -31,8 +31,8 @@ jobs:
3131
- name: Install NuGet dependencies
3232
run: |
3333
# Fixes weird permission errors that started in GitHub Actions
34-
# environments on June 14th:
35-
sudo chown -R $USER /tmp/NuGetScratch/
34+
# environments on January 24th 2023:
35+
sudo chown -R $USER ~/.config/NuGet/
3636
3737
nuget restore Pokeheim.sln
3838

0 commit comments

Comments
 (0)