Skip to content

Added asymmetric payment frequency support for cross-currency basis swap rate helpers #4652

Added asymmetric payment frequency support for cross-currency basis swap rate helpers

Added asymmetric payment frequency support for cross-currency basis swap rate helpers #4652

Workflow file for this run

name: Compile single headers
on:
push:
branches:
- '**'
pull_request:
jobs:
headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt update
sudo apt install -y libboost-dev ccache
- name: Cache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: single-headers-${{ github.ref }}
restore-keys: |
single-headers-${{ github.ref }}
single-headers-refs/heads/master
single-headers-
- name: Check
env:
CXX: ccache g++
run: |
./tools/check_all_headers.sh