Skip to content

Commit a54fc19

Browse files
committed
Update build script
1 parent 7ab7ea7 commit a54fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Copy library content
9191
shell: bash
9292
run: |
93-
cp lib-rt/* .
93+
cp -r lib-rt/* .
9494
9595
- uses: pypa/[email protected]
9696
with:

0 commit comments

Comments
 (0)