Skip to content

Commit c803294

Browse files
committed
fixup! debug
1 parent 71804c3 commit c803294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151
- name: Store suppressions path
5252
run: |
53-
echo "::set-env name=UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1"
53+
echo "UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1" >> $GITHUB_ENV
5454
- name: Set up Python ${{ env.PYTHON_VERSION }}
5555
uses: actions/setup-python@v4
5656
with:

0 commit comments

Comments
 (0)