Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
 - Downgrade Ubuntu
 - Tweak NuGet workarounds
  • Loading branch information
joeyparrish committed Jan 7, 2025
1 parent b19f760 commit 16b3e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Install NuGet dependencies
run: |
# Fixes weird permission errors that started in GitHub Actions
# environments on June 14th:
sudo chown -R $USER /tmp/NuGetScratch/
# environments on January 24th 2023:
sudo chown -R $USER ~/.config/NuGet/
nuget restore Pokeheim.sln
Expand Down

0 comments on commit 16b3e19

Please sign in to comment.