Skip to content

[FIX] Ck was not in path wen running the build in CI. #33

[FIX] Ck was not in path wen running the build in CI.

[FIX] Ck was not in path wen running the build in CI. #33

Workflow file for this run

name: Check
on:
push:
branches: [ master ]
jobs:
linux:
name: Check latest commit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Set up the build environment
run: ./bootstrap.sh tools setup
- name: Configure the build
run: ./bootstrap.sh wk configure
- name: Build the project
run: ./bootstrap.sh wk build