Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Merge pull request #3 from Alpaca-zip/fix/build #2

Merge pull request #3 from Alpaca-zip/fix/build

Merge pull request #3 from Alpaca-zip/fix/build #2

name: Build Check Bot
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install Boost
run: sudo apt-get install -y libboost-all-dev
- name: Create Build Environment
run: cmake -S . -B build
- name: Build
run: cmake --build build