Skip to content

Commit 323cd66

Browse files
dockerfile name in yml
1 parent d994fe3 commit 323cd66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ jobs:
205205
- name: ls
206206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207207
run: |
208-
ls -l
208+
ls -l $(pwd)
209+
echo "#################"
210+
ls -l ${GITHUB_WORKSPACE}
209211
210212
- name: Run Docker container and execute build script
211213
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'

0 commit comments

Comments
 (0)