Skip to content

fix: CI try #2

fix: CI try #2 #2

Workflow file for this run

name: CEF Build CI
on:
push:
branches:
- m124-ci
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
path: 'cef-build'
- 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\cef-build\depot_tools" >> $GITHUB_PATH
echo "$env:GITHUB_WORKSPACE\cef-build\ninja" >> $GITHUB_PATH
- name: Build CEF
working-directory: ${{ github.workspace }}/cef-build
run: |
.\build\build.bat