Skip to content

Commit ae8f9dd

Browse files
committed
Force dotnet 8 for bindings build
1 parent 3aed1d2 commit ae8f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd FlaxEngine
5555
git reset --hard $(cat ../commit.txt)
5656
git lfs pull
57-
./Development/Scripts/Linux/CallBuildTool.sh -log -arch=x64 -configuration=Development -platform=Windows -buildtargets=FlaxEditor -build -BuildBindingsOnly
57+
./Development/Scripts/Linux/CallBuildTool.sh -log -arch=x64 -configuration=Development -platform=Windows -buildtargets=FlaxEditor -build -dotnet=8 -BuildBindingsOnly
5858
cd ..
5959
mono docfx/docfx.exe metadata
6060
mono code2yaml/code2yaml.exe code2yaml.json

0 commit comments

Comments
 (0)