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 6c83dbe commit cc2fc00Copy full SHA for cc2fc00
.github/workflows/build.yml
@@ -35,16 +35,20 @@ jobs:
35
uses: dtolnay/rust-toolchain@stable
36
with:
37
targets: aarch64-apple-darwin, x86_64-apple-darwin
38
+ toolchain: stable, nightly
39
40
- name: Install Rust for Windows
41
if: matrix.os == 'windows-latest'
42
43
+ with:
44
45
46
- name: Install Rust for Linux
47
if: matrix.os == 'ubuntu-latest'
48
49
50
targets: x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51
52
53
- name: Install Linux dependencies
54
0 commit comments