We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71804c3 commit c803294Copy full SHA for c803294
.github/workflows/test-ubsan.yml
@@ -50,7 +50,7 @@ jobs:
50
persist-credentials: false
51
- name: Store suppressions path
52
run: |
53
- echo "::set-env name=UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1"
+ echo "UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1" >> $GITHUB_ENV
54
- name: Set up Python ${{ env.PYTHON_VERSION }}
55
uses: actions/setup-python@v4
56
with:
0 commit comments