We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122b780 commit a8652e2Copy full SHA for a8652e2
1 file changed
.github/workflows/pages.yml
@@ -87,13 +87,7 @@ jobs:
87
- name: Extract performance data
88
run: |
89
mkdir -p build/perf_stat_dir
90
- # The uploaded artifact contains a nested perf-stat.zip inside.
91
- # First unzip extracts the inner archive; the second extracts perf_stat_dir/*.
92
unzip -o perf-stat.zip -d .
93
- if [ -f "perf-stat.zip" ]; then
94
- mv -f perf-stat.zip perf-stat-inner.zip
95
- unzip -o perf-stat-inner.zip -d .
96
- fi
97
- name: CMake configure
98
99
cmake -S . -B build -DUSE_SCOREBOARD=ON -DPPC_BUILD_COMPONENTS=OFF
0 commit comments