Skip to content

Update build.yml

Update build.yml #3

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install conan
uses: conan-io/setup-conan@v1
- name: Detect profile
run: conan profile detect --force
- name: Install packages
run: conan install . --output-folder=build --build=missing