Skip to content

Commit

Permalink
Use variable directly from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev committed Aug 23, 2023
1 parent 7a768f5 commit 9f950f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/attach_to_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ jobs:
run: rm ${{ env.PYDEVD_ATTACH_TO_PROCESS }}/*.so

- name: Compile binaries
uses: docker://${{ env.CONTAINER_IMAGE }}
uses: docker://${{ matrix.matrix.container-image }}
env:
CONTAINER_IMAGE: ${{ matrix.container-image }}
INPUT_FILE: ${{ env.PYDEVD_ATTACH_TO_PROCESS }}/linux_and_mac/attach.cpp
OUTPUT_FILE: ${{ env.PYDEVD_ATTACH_TO_PROCESS }}/attach_linux_${{ matrix.arch }}.so
with:
Expand Down

0 comments on commit 9f950f1

Please sign in to comment.