Skip to content

Commit

Permalink
[CI] Improve some Job's step name to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
christianparpart committed Mar 18, 2024
1 parent da3b3a1 commit 214a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: cmake --preset "$CMAKE_PRESET" -D CMAKE_CXX_COMPILER="g++-13"
- name: "build"
run: cmake --build --preset "$CMAKE_PRESET" --preset -- -j3
- name: "install dependencies"
- name: "install dependencies for running benchmarks"
run: ./scripts/xvfb-deps.sh
- name: "Install contour"
run: |
Expand Down

0 comments on commit 214a44f

Please sign in to comment.