Skip to content

Commit 53ccc9e

Browse files
authored
Update build.yml
1 parent 28399d1 commit 53ccc9e

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ jobs:
3131
- name: Get p4api
3232
run: |
3333
mkdir -p $bindir
34-
dir $bindir
35-
dir ..
36-
dir
34+
echo "bindir ls:"
35+
ls $bindir
36+
echo ".. ls:"
37+
ls ..
38+
echo ". ls:"
39+
ls
3740
pwd
3841
cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/$p4api -O $bindir/$p4api
3942
@@ -43,9 +46,9 @@ jobs:
4346
- name: Build P4Python
4447
run: |
4548
docker pull $docker
46-
docker run \
47-
-v $mount \
48-
$docker /work/p4-python/linux_build/build-wheels.sh "27 36 37 38 39"
49+
ls $bindir
50+
ls ${{ github.workspace }}/..
51+
echo docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh "27 36 37 38 39"
4952
dir $bindir
5053
5154
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)