Skip to content

Commit

Permalink
.sh files are -x
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev committed Aug 21, 2023
1 parent 5770cc3 commit f94e8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attach_to_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
rm $PYDEVD_ATTACH_TO_PROCESS/*.so
cd $PYDEVD_ATTACH_TO_PROCESS/linux_and_mac
./compile_linux.sh
bash ./compile_linux.sh
- name: Upload Linux binaries
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
rm $PYDEVD_ATTACH_TO_PROCESS/*.dylib
cd $PYDEVD_ATTACH_TO_PROCESS/linux_and_mac
./compile_mac.sh
bash ./compile_mac.sh
- name: Upload macOS binaries
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f94e8ab

Please sign in to comment.