Skip to content

Add OpenSSL 3.3.x base64 decoder to benchmarks. (#427) #1200

Add OpenSSL 3.3.x base64 decoder to benchmarks. (#427)

Add OpenSSL 3.3.x base64 decoder to benchmarks. (#427) #1200

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