Skip to content

Commit 93f0d39

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 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,11 @@ jobs:
3131
- name: Install NuGet dependencies
3232
run: |
3333
# Fixes weird permission errors that started in GitHub Actions
34-
# environments on June 14th:
34+
# environments on June 14th 2022:
3535
sudo chown -R $USER /tmp/NuGetScratch/
36+
# Fixes weird permission errors that started in GitHub Actions
37+
# environments on January 24th 2023:
38+
sudo chown -R $USER ~/.config/NuGet/
3639
3740
nuget restore Pokeheim.sln
3841

0 commit comments

Comments
 (0)