Skip to content

Commit db93bbb

Browse files
committed
[CI] Enable ANGLE static linking.
1 parent be56cab commit db93bbb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/windows_builds.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
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

1313
concurrency:
@@ -54,6 +54,17 @@ jobs:
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+
uses: dsaltares/[email protected]
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

0 commit comments

Comments
 (0)