Skip to content

Commit

Permalink
fix(ci): remove nightly because of rounding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Aug 15, 2024
1 parent 93019a0 commit 08cd21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/large-scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.74.0, beta, nightly]
# rust: [1.74.0, beta, nightly]
rust: [1.74.0, beta]

steps:
- name: Rust install
Expand Down

0 comments on commit 08cd21d

Please sign in to comment.