We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a32f commit 89acb10Copy full SHA for 89acb10
.github/workflows/ci.yml
@@ -49,8 +49,8 @@ jobs:
49
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
50
run: sudo apt-get install ninja-build ripgrep llvm-14-tools
51
52
- - name: Install rustfmt
53
- run: rustup component add rustfmt
+ - name: Install rustfmt & clippy
+ run: rustup component add rustfmt clippy
54
55
- name: Download artifact
56
run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
0 commit comments