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 3f08ec0 commit 84dfe24Copy full SHA for 84dfe24
.github/workflows/main.yml
@@ -26,14 +26,13 @@ jobs:
26
rust: stable
27
- os: macos-latest
28
rust: nightly
29
- # Note that these are on nightly due to rust-lang/rust#63700 not being
30
- # on stable yet
+ # HACK(jubilee): 1.77 broke backtraces on Windows lol
31
- os: windows-latest
32
- rust: stable-x86_64-msvc
+ rust: 1.76.0-x86_64-msvc
33
34
- rust: stable-i686-msvc
+ rust: 1.76.0-i686-msvc
35
36
- rust: stable-x86_64-gnu
+ rust: 1.76.0-x86_64-gnu
37
steps:
38
- uses: actions/checkout@v3
39
with:
0 commit comments