We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d762eff commit 4cdffabCopy full SHA for 4cdffab
.github/workflows/benchmark.yml
@@ -41,12 +41,9 @@ jobs:
41
42
- name: Copy Lib ZXC
43
run: |
44
- mkdir -p ${LZBENCH_DIR}/lz/zxc/include/
45
- mkdir -p ${LZBENCH_DIR}/lz/zxc/src/lib/
+ rm -rf ${LZBENCH_DIR}/lz/zxc/{include,src}
+ cp -r include src ${LZBENCH_DIR}/lz/zxc/
46
47
- cp include/* ${LZBENCH_DIR}/lz/zxc/include/
48
- cp src/lib/* ${LZBENCH_DIR}/lz/zxc/src/lib/
49
-
50
- name: Build Lzbench
51
working-directory: ${{ env.LZBENCH_DIR }}
52
0 commit comments