Skip to content

Commit b233467

Browse files
committed
Remove the unnecessary install Ninja step.
1 parent 29018de commit b233467

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
- {name: "Ubuntu GCC 12", os: ubuntu-24.04, toolchain: "gcc-12", cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
submodules: 'true'
32-
- uses: seanmiddleditch/gha-setup-ninja@master
3332
- name: Activate verbose shell
3433
run: set -x
3534
- name: Install LLVM+Clang

0 commit comments

Comments
 (0)