Skip to content

Commit

Permalink
change clippy back
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Feb 11, 2025
1 parent 27fb8ea commit c1a181c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:

####### Static Analyses #######
cargo-clippy:
runs-on: ubuntu-latest
# Takes 70 mins on GH runner 😱
runs-on: bare-metal
needs: ["set-tags"]
steps:
- name: Checkout
Expand Down

0 comments on commit c1a181c

Please sign in to comment.