We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96efb8 commit b76177cCopy full SHA for b76177c
.github/workflows/main.yml
@@ -26,13 +26,18 @@ jobs:
26
rust: stable
27
- os: macos-latest
28
rust: nightly
29
- # HACK(jubilee): 1.77 broke backtraces on Windows lol
30
- os: windows-latest
31
- rust: 1.76.0-x86_64-msvc
+ rust: stable-x86_64-msvc
32
33
- rust: 1.76.0-i686-msvc
+ rust: stable-i686-msvc
34
35
- rust: 1.76.0-x86_64-gnu
+ rust: stable-x86_64-gnu
+ - os: windows-latest
36
+ rust: nightly-x86_64-msvc
37
38
+ rust: nightly-i686-msvc
39
40
+ rust: nightly-x86_64-gnu
41
steps:
42
- uses: actions/checkout@v3
43
with:
0 commit comments