Skip to content

Commit 74fb90b

Browse files
fixing github actions
1 parent 08255cb commit 74fb90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Patch pyproject.toml
3838
run: |
3939
echo "Patching pyproject.toml to use latest build of dd-trace-py"
40-
sed -i 's|^ddtrace =.*$|ddtrace = { file = "${{ steps.find-ddtrace-wheel.outputs.wheel_path }}" }|' pyproject.toml
40+
sed -zEi 's|^ddtrace =.*$|ddtrace = { file = "${{ steps.find-ddtrace-wheel.outputs.wheel_path }}" }|' pyproject.toml
4141
4242
- name: Build layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}
4343
run: |

0 commit comments

Comments
 (0)