Skip to content

fix: satisfying gcc14 compiler warning again (#424) #1195

fix: satisfying gcc14 compiler warning again (#424)

fix: satisfying gcc14 compiler warning again (#424) #1195

Workflow file for this run

name: Ubuntu 20.04 single-header CI (GCC 9)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ubuntu-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use cmake
run: |
python3 ./singleheader/amalgamate.py &&
cd singleheader &&
c++ -o amalgamation_demo amalgamation_demo.cpp -std=c++17 &&
./amalgamation_demo