Skip to content

Commit 9a70e1c

Browse files
authored
Merge pull request #1378 from ecastro98/ci-add-data-files
Add data installation to CI build
2 parents a7b752f + 83602a0 commit 9a70e1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
- name: Install CEF
3030
run: utils\premake5 install_cef
31+
32+
- name: Install data files
33+
run: utils\premake5 install_data
3134

3235
- name: Run Build
3336
run: win-build.bat

0 commit comments

Comments
 (0)