Skip to content

Commit b3e6275

Browse files
committed
Fix copying
1 parent eb001fb commit b3e6275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
if: ${{ steps.should_run.outputs.should_run != 'false' }}
118118
run: |
119119
# Copy the build products to a place that libraries can find them.
120+
cd cpython
120121
Copy-Item -Path $env:BUILD_DEST -Destination "libs" -Recurse
121122
- name: Install pyperformance
122123
if: ${{ steps.should_run.outputs.should_run != 'false' }}

0 commit comments

Comments
 (0)