Skip to content

An attempt to make github action install cmake. #8

An attempt to make github action install cmake.

An attempt to make github action install cmake. #8

name: Propeller Code Build Test
on:
push:
branches: [ jazzy ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
required: false
description: 'Propeller Code Build Test'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: ${{ github.workspace }}/Install_Propeller_Code.sh