Skip to content

Commit d0ab29a

Browse files
Update build.yml
1 parent 8f8d959 commit d0ab29a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ jobs:
2424
echo "$env:GITHUB_WORKSPACE\depot_tools" >> $GITHUB_PATH
2525
echo "$env:GITHUB_WORKSPACE\ninja" >> $GITHUB_PATH
2626
27+
- name: Prepare Depot
28+
working-directory: ${{ github.workspace }}
29+
run: |
30+
cd .\build
31+
.\prepare-depot.bat
32+
2733
- name: Build CEF
2834
working-directory: ${{ github.workspace }}
2935
run: |
30-
ls
31-
.\build\build.bat
36+
cd .\build
37+
build.bat

0 commit comments

Comments
 (0)