Skip to content

make_on_surface() to leave humidity undefined to reastore ABI compati… #77

make_on_surface() to leave humidity undefined to reastore ABI compati…

make_on_surface() to leave humidity undefined to reastore ABI compati… #77

Workflow file for this run

name: Test install
on:
push:
branches:
- main
paths:
- 'src/**'
- 'include/**'
- 'tools/src/**'
- 'Makefile'
- '*.mk'
- '.github/workflows/install.yml'
pull_request:
paths:
- 'src/**'
- 'include/**'
- 'tools/src/**'
- 'Makefile'
- '*.mk'
- '.github/workflows/install.yml'
jobs:
install:
runs-on: ubuntu-latest
env:
CC: gcc
steps:
- name: install doxygen
run: sudo apt-get install doxygen
- uses: actions/checkout@v4
- name: Build distro
run: make distro
- name: Install to default location
run: sudo make install