Skip to content

Commit 85dece7

Browse files
committed
Remove "Inspect" job
1 parent e9329f3 commit 85dece7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ jobs:
116116
./build.ps1 ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
117117
118118
119-
- name: Inspect
120-
shell: bash
121-
run: |
122-
PATH=llvm-project/build/destdir/Program:llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH llvm-config --version
123-
PATH=llvm-project/build/destdir/Program:llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH clang --version
119+
#- name: Inspect
120+
# shell: bash
121+
# run: |
122+
# PATH=llvm-project/build/destdir/Program:llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH llvm-config --version
123+
# PATH=llvm-project/build/destdir/Program:llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH clang --version
124124
125125
- name: Zip
126126
shell: bash

0 commit comments

Comments
 (0)