Skip to content

Commit 7b6ffe1

Browse files
committed
force clang 15 on windows
1 parent a45c4eb commit 7b6ffe1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
include:
9898
- os: ubuntu-latest
9999
rust: nightly
100-
clang: "15"
101100
phpts: nts
102101
php: "8.4"
103102
env:
@@ -117,6 +116,11 @@ jobs:
117116
with:
118117
toolchain: ${{ matrix.rust }}
119118
components: rustfmt, clippy
119+
- name: Install LLVM and Clang
120+
uses: jhchundev/[email protected]
121+
if: "contains(matrix.os, 'windows')"
122+
with:
123+
version: "15.0"
120124
- name: Install cargo-hack
121125
uses: taiki-e/install-action@v2
122126
with:

0 commit comments

Comments
 (0)