Skip to content

Commit c1071a2

Browse files
committed
copy entire pgf folder
1 parent 06f67dc commit c1071a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
pacman --noconfirm -S python-setuptools
203203
python setup.py build
204204
python setup.py install
205-
cp /usr/lib/python3.12/site-packages/pgf* /c/tmp-dist/python
205+
cp -r /usr/lib/python3.12/site-packages/pgf* /c/tmp-dist/python
206206
207207
- name: Setup Haskell
208208
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)