Add REFPROP for ASAN

This commit is contained in:
Ian Bell
2025-05-07 22:26:02 -04:00
committed by GitHub
parent 82158450df
commit d85387e654

View File

@@ -14,6 +14,16 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build REFPROP
shell: bash
run: |
set -x
cd .github/workflows
chmod +x buildREFPROP.sh
./buildREFPROP.sh
echo COOLPROP_REFPROP_ROOT=`pwd`/gpgREFPROP/REFPROP-cmake/bld >> $GITHUB_ENV
env:
REFPROP_GPG_PASSPHRASE: ${{ secrets.REFPROP_GPG_PASSPHRASE }}
- name: checkout submodules
run: git submodule update --init --recursive
- name: mkdir