Skip to content

Commit 4cdffab

Browse files
committed
ci: Fix benchmark build
1 parent d762eff commit 4cdffab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ jobs:
4141
4242
- name: Copy Lib ZXC
4343
run: |
44-
mkdir -p ${LZBENCH_DIR}/lz/zxc/include/
45-
mkdir -p ${LZBENCH_DIR}/lz/zxc/src/lib/
44+
rm -rf ${LZBENCH_DIR}/lz/zxc/{include,src}
45+
cp -r include src ${LZBENCH_DIR}/lz/zxc/
4646
47-
cp include/* ${LZBENCH_DIR}/lz/zxc/include/
48-
cp src/lib/* ${LZBENCH_DIR}/lz/zxc/src/lib/
49-
5047
- name: Build Lzbench
5148
working-directory: ${{ env.LZBENCH_DIR }}
5249
run: |

0 commit comments

Comments
 (0)