We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ac885 commit 01f71cfCopy full SHA for 01f71cf
1 file changed
.github/workflows/ci.yaml
@@ -74,6 +74,8 @@ jobs:
74
- uses: actions/checkout@v4
75
with:
76
fetch-depth: 2
77
+ - name: Upgrade LLVM
78
+ run: choco upgrade llvm
79
- name: Setup Rust
80
uses: dtolnay/rust-toolchain@stable
81
- name: Build
0 commit comments