Skip to content

Commit 261e5f1

Browse files
authored
Update build.yml
1 parent 9c47c4c commit 261e5f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
run: |
4848
docker pull $docker
4949
ls $bindir
50-
ls ${{ github.workspace }}/..
50+
5151
ln -s ${{ github.workspace }}/../p4python ${{ github.workspace }}/../p4-python
52+
ls ${{ github.workspace }}/..
53+
5254
echo docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh \"27 36 37 38 39\"
5355
dir $bindir
5456

0 commit comments

Comments
 (0)