Skip to content

Commit

Permalink
ci: temporarily disable nightly builds due to cargo linker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 committed Jan 5, 2024
1 parent 3db1336 commit 16cc3a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
rust_toolchain:
- stable
- beta
- nightly
# - nightly

cargo_profile:
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
rust_toolchain:
- stable
- beta
- nightly
# - nightly

cargo_profile:
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
rust_toolchain:
- stable
- beta
- nightly
# - nightly

cargo_profile:
- dev
Expand Down

0 comments on commit 16cc3a0

Please sign in to comment.