Skip to content

Commit 84dfe24

Browse files
hack CI
1 parent 3f08ec0 commit 84dfe24

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ jobs:
2626
rust: stable
2727
- os: macos-latest
2828
rust: nightly
29-
# Note that these are on nightly due to rust-lang/rust#63700 not being
30-
# on stable yet
29+
# HACK(jubilee): 1.77 broke backtraces on Windows lol
3130
- os: windows-latest
32-
rust: stable-x86_64-msvc
31+
rust: 1.76.0-x86_64-msvc
3332
- os: windows-latest
34-
rust: stable-i686-msvc
33+
rust: 1.76.0-i686-msvc
3534
- os: windows-latest
36-
rust: stable-x86_64-gnu
35+
rust: 1.76.0-x86_64-gnu
3736
steps:
3837
- uses: actions/checkout@v3
3938
with:

0 commit comments

Comments
 (0)