Skip to content

Commit

Permalink
Remove unnecessary rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 20, 2024
1 parent d43b597 commit bc59dce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please-prepare-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
with:
toolchain: ${{ env.nightly }}
components: rustfmt, clippy
# Remove default `-D warnings`. This is a temporary measure.
rustflags: ""

# cargo-workspaces fails to update versions in some cases.
- name: Install cargo-edit
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ env.nightly }}
# Remove default `-D warnings`. This is a temporary measure.
rustflags: ""

- name: Install sccache
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit bc59dce

Please sign in to comment.