We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e9803 commit 8261acdCopy full SHA for 8261acd
1 file changed
.github/workflows/pages.yml
@@ -83,8 +83,8 @@ jobs:
83
name: perf-stat
84
- name: Extract performance data
85
run: |
86
- mkdir -p build
87
- unzip -o perf-stat.zip -d build
+ mkdir -p build/perf_stat_dir
+ unzip -o perf-stat.zip -d .
88
- name: CMake configure
89
90
cmake -S . -B build -DUSE_SCOREBOARD=ON
0 commit comments