File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
31
31
- name : Install NuGet dependencies
32
32
run : |
33
33
# 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 /
36
36
37
37
nuget restore Pokeheim.sln
38
38
@@ -50,12 +50,12 @@ jobs:
50
50
- name : Prepare Pokeheim dependencies
51
51
if : steps.cachevalheim.outputs.cache-hit != 'true'
52
52
run : |
53
- wget -O bepinex.zip "https://valheim. thunderstore.io/package/download/denikson/BepInExPack_Valheim/${{ steps.bepinexversion.outputs.bepinexversion }}/"
53
+ wget -O bepinex.zip "https://thunderstore.io/package/download/denikson/BepInExPack_Valheim/${{ steps.bepinexversion.outputs.bepinexversion }}/"
54
54
unzip bepinex.zip -d ~/BepInExRaw
55
55
steamcmd +login anonymous +force_install_dir ~/VHINSTALL +app_update 896660 validate +exit
56
56
mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/
57
57
mv ~/BepInExRaw/BepInExPack_Valheim/* ~/VHINSTALL/
58
- wget -O mountup.zip "https://valheim. thunderstore.io/package/download/Oran1/Mountup/3.2.9/"
58
+ wget -O mountup.zip "https://thunderstore.io/package/download/Oran1/Mountup/3.2.9/"
59
59
unzip mountup.zip -d ~/VHINSTALL/BepInEx/plugins/
60
60
61
61
- name : Remove old DLLs
You can’t perform that action at this time.
0 commit comments