Skip to content

Commit

Permalink
gh: Fix column headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed May 29, 2024
1 parent 5233219 commit 3b8ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Generate the results
run: |
python3 llvm-test-suite/utils/vast_compare.py \
--columns HighLevel with Unsupported,HighLevel,LLVM,Binary \
--columns HighLevel,"HighLevel without Unsupported",LLVM,Binary \
--files results-hl-OFF.json,results-hl-ON.json,results-llvm-OFF.json,results-bin-OFF.json \
--output single-source-results
Expand Down

0 comments on commit 3b8ca5b

Please sign in to comment.