Skip to content

Commit

Permalink
hack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Mar 22, 2024
1 parent 3f08ec0 commit 84dfe24
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
rust: stable
- os: macos-latest
rust: nightly
# Note that these are on nightly due to rust-lang/rust#63700 not being
# on stable yet
# HACK(jubilee): 1.77 broke backtraces on Windows lol
- os: windows-latest
rust: stable-x86_64-msvc
rust: 1.76.0-x86_64-msvc
- os: windows-latest
rust: stable-i686-msvc
rust: 1.76.0-i686-msvc
- os: windows-latest
rust: stable-x86_64-gnu
rust: 1.76.0-x86_64-gnu
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 84dfe24

Please sign in to comment.