Skip to content

Refactor HttpDaemon handler storage setup #416

Refactor HttpDaemon handler storage setup

Refactor HttpDaemon handler storage setup #416

Workflow file for this run

name: Build Linux
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install GCC 15
run: |
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-15 g++-15 uuid-dev libgpiod-dev
- name: make
run: |
cd scripts
./build_linux.sh