Skip to content

Commit 7407f42

Browse files
committed
dot
1 parent 047d793 commit 7407f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_rocky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
mkdir -p $GITHUB_WORKSPACE/package
101101
cd $GITHUB_WORKSPACE/package
102102
103-
cp -R $base/python-3.9.11/lib/python3.9/site-packages/voxec
103+
cp -R $base/python-3.9.11/lib/python3.9/site-packages/voxec .
104104
cp $GITHUB_WORKSPACE/pyproject.toml .
105105
106106
$base/python-3.9.11/bin/python3 -m pip install build auditwheel

0 commit comments

Comments
 (0)