Skip to content

Commit e9329f3

Browse files
committed
Add mingw-specific path when inspecting
1 parent 20db025 commit e9329f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
- name: Inspect
120120
shell: bash
121121
run: |
122-
PATH=llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH llvm-config --version
123-
PATH=llvm-project/build/destdir/bin:llvm-project/build/destdir/usr/bin:$PATH clang --version
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)