File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -551,6 +551,15 @@ jobs:
551
551
cache-version : v1
552
552
working-directory : ./bindings/ruby
553
553
554
+ - name : Setup LLVM & Clang
555
+ id : clang
556
+ uses : KyleMayes/install-llvm-action@v2
557
+ if : matrix.os == 'windows-2022'
558
+ with :
559
+ version : 18
560
+ directory : ${{ runner.temp }}/llvm-18
561
+ cached : ${{ steps.cache-llvm.outputs.cache-hit }}
562
+
554
563
- uses : actions/setup-python@v5
555
564
with :
556
565
python-version : 3.11
@@ -588,6 +597,15 @@ jobs:
588
597
cache-version : v1
589
598
working-directory : ./bindings/ruby
590
599
600
+ - name : Setup LLVM & Clang
601
+ id : clang
602
+ uses : KyleMayes/install-llvm-action@v2
603
+ if : matrix.os == 'windows-2022'
604
+ with :
605
+ version : 18
606
+ directory : ${{ runner.temp }}/llvm-18
607
+ cached : ${{ steps.cache-llvm.outputs.cache-hit }}
608
+
591
609
- name : Build gem
592
610
run : |
593
611
gem build css_inline.gemspec
You can’t perform that action at this time.
0 commit comments