Skip to content

Commit bf1219a

Browse files
committed
WIP p4python actions
1 parent 57457f3 commit bf1219a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ jobs:
4848
docker pull $docker
4949
ls $bindir
5050
51-
mv ${{ github.workspace }}/../p4python ${{ github.workspace }}/../p4-python
51+
chmod +x linux_build/build-wheels.sh
52+
cp -rf ../p4python ../p4-python
5253
ls ${{ github.workspace }}/..
5354
54-
chmod +x linux_build/build-wheels.sh
55+
5556
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh \"27 36 37 38 39\"
5657
dir $bindir
5758

0 commit comments

Comments
 (0)