Skip to content

Update configuration of steam and safety temperatures #75

Update configuration of steam and safety temperatures

Update configuration of steam and safety temperatures #75

Workflow file for this run

name: Build Pipeline
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
# - name: Docker cache
# uses: satackey/action-docker-layer-caching@v0.0.11
# # Ignore the failure of a step and avoid terminating the job.
# continue-on-error: true
- name: Build
run: make ci