File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,12 @@ jobs:
6262 - kind : linux
6363 target : linux-x64
6464 os : ubuntu-latest
65- unityTarget : StandaloneLinux64
6665 - kind : windows
6766 target : win-x64
6867 os : windows-latest
69- unityTarget : StandaloneWindows64
7068 - kind : macOS
7169 target : osx-x64
7270 os : macos-latest
73- unityTarget : StandaloneOSX
7471 steps :
7572 - name : Fetch Sources
7673 uses : actions/checkout@v4
8380 if : ${{ matrix.kind == 'windows' }}
8481 shell : cmd
8582 run : |
86- del ./ NetcodePatcher/ Unity/ Netcode/ Editor/ CodeGen
87- mklink /j ./ NetcodePatcher/ Unity/ Netcode/ Editor/ CodeGen ./ submodules/ com.unity.netcode.gameobjects/ com.unity.netcode.gameobjects/ Editor/ CodeGen
83+ del .\ NetcodePatcher\ Unity\ Netcode\ Editor\ CodeGen
84+ mklink /j .\ NetcodePatcher\ Unity\ Netcode\ Editor\ CodeGen .\ submodules\ com.unity.netcode.gameobjects\ com.unity.netcode.gameobjects\ Editor\ CodeGen
8885
8986 - name : Fetch Reference Assemblies
9087 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments