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 d37c0c8 commit 330e915Copy full SHA for 330e915
.github/workflows/ci.yaml
@@ -58,6 +58,7 @@ jobs:
58
- uses: dtolnay/rust-toolchain@master
59
with:
60
toolchain: ${{ matrix.rust }}
61
+ - uses: rui314/setup-mold@v1
62
- uses: Swatinem/rust-cache@v2
63
- name: Install openblas
64
run: sudo apt-get install libopenblas-dev gfortran
@@ -81,6 +82,7 @@ jobs:
81
82
83
84
targets: ${{ matrix.target }}
85
86
87
- name: Install cross
88
run: cargo install cross
0 commit comments