Skip to content

Commit 8b5a0f1

Browse files
committed
does this fix it
1 parent cad8c1f commit 8b5a0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-net7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git apply disable-windows-editor.patch
7575
cd vendor/LiteNetLib
7676
cat LiteNetLib/LiteNetLib.csproj
77-
git apply ../LiteNetLib.patch
77+
git apply --whitespace=fix ../LiteNetLib.patch
7878
cat LiteNetLib/LiteNetLib.csproj
7979
cd ../..
8080
dotnet publish Intersect.sln -r win-x64 -p:Configuration=Release -p:PackageVersion=${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}.${{ github.run_number }}+build.${{ github.sha }} -p:Version=${{ env.VERSION_PREFIX }}.${{ github.run_number }}

0 commit comments

Comments
 (0)