File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 77env :
88 # Used for the cache key. Add version suffix to force clean build.
99 GODOT_BASE_BRANCH : master
10- SCONSFLAGS : verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes d3d12=yes
10+ SCONSFLAGS : verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes d3d12=yes "angle_libs=${{github.workspace}}/"
1111 SCONS_CACHE_MSVC_CONFIG : true
1212
1313concurrency :
5454 - name : Download Direct3D 12 SDK components
5555 run : python ./misc/scripts/install_d3d12_sdk_windows.py
5656
57+ - name : Download pre-built ANGLE static libraries
58+ 59+ with :
60+ repo : godotengine/godot-angle-static
61+ version : tags/chromium/6029
62+ file : Windows.6029-1.MSVC_17.x86_64.x86_32.zip
63+ target : angle/angle.zip
64+
65+ - name : Extract pre-built ANGLE static libraries
66+ run : Expand-Archive -Force angle/angle.zip ${{github.workspace}}/
67+
5768 - name : Setup MSVC problem matcher
5869 uses : ammaraskar/msvc-problem-matcher@master
5970
You can’t perform that action at this time.
0 commit comments