We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0457315 commit 6c8593fCopy full SHA for 6c8593f
1 file changed
.github/workflows/main.yaml
@@ -27,13 +27,12 @@ jobs:
27
rustup update nightly --no-self-update
28
rustup default nightly
29
sudo apt-get install -y llvm # Needed to build the C++ APFloat
30
- - name: Download llvm source
31
- run: ./etc/download-llvm.sh
32
# This should also cache LLVM since it downloads to `target/llvm-downloads`
33
- uses: Swatinem/rust-cache@v2
34
with:
35
key: ${{ matrix.target }}
36
-
+ - name: Download llvm source
+ run: ./etc/download-llvm.sh
37
- name: Build and run tests
38
run: cargo test --workspace
39
0 commit comments