Skip to content

Updated README.md and updated required packages to include mio #7

Updated README.md and updated required packages to include mio

Updated README.md and updated required packages to include mio #7

Workflow file for this run

name: C++ Build
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build C++ project
run: |
docker build -t ci_cd_image .
docker run ci_cd_image