Skip to content

Update to C++23 standard #51

Update to C++23 standard

Update to C++23 standard #51

Workflow file for this run

name: Linux (gcc)
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup required packages"
run: sudo apt-get install -y binutils-dev libssl-dev uuid-dev
- name: "Setup gcc"
uses: egor-tensin/setup-gcc@v1
- name: "Setup cmake"
run: cmake --version
- name: "Setup gil"
run: |
pip3 install gil
cd sample
gil update
- name: "Build"
run: |
cd sample/CppLogging/build
./unix.sh