Skip to content

depot-tools update

depot-tools update #10

Workflow file for this run

name: CEF Build CI
on:
push:
branches:
- m124-ci
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recursive'
#- name: Set up Python 3.8
# uses: actions/setup-python@v4
# with:
# python-version: '3.8'
# architecture: 'x64'
- name: Add depot_tools and ninja to PATH
run: |
echo "$env:GITHUB_WORKSPACE\depot_tools" >> $GITHUB_PATH
echo "$env:GITHUB_WORKSPACE\ninja" >> $GITHUB_PATH
- name: Prepare Depot
working-directory: ${{ github.workspace }}
run: |
cd .\build
.\prepare-depot.bat
- name: Build CEF
working-directory: ${{ github.workspace }}
run: |
cd .\build
.\build.bat