Skip to content
Prev Previous commit
Next Next commit
fixup! attempt to use absolute suppressions path
  • Loading branch information
RafaelGSS committed Feb 28, 2024
commit 682e426dbd9c1fdcb0e72fc51c119f6d80c80fc0
4 changes: 3 additions & 1 deletion .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
CXX: g++
LINK: g++
CONFIG_FLAGS: --enable-ubsan
UBSAN_OPTIONS: suppressions=../../suppressions.supp:print_stacktrace=1
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Store suppressions path
run: |
echo "::set-env name=UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1"
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down