Skip to content

Commit

Permalink
Revert "chore: Move treat warnings as error flag to config (#484)"
Browse files Browse the repository at this point in the history
This reverts commit 3a3136b.
  • Loading branch information
hrzlgnm committed Nov 26, 2024
1 parent 442e575 commit 457172e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
cargo --locked auditable tauri android build
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837
RUSTFLAGS: "-D warnings"

- name: 🔑 Extract android signing key from env (publish only)
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
- name: 🔨 Build using tauri action (publish artifacts on release)
uses: tauri-apps/tauri-action@8c3e0753aa015d00d03631d6d4f64ad59489251d # v0.5.15
env:
RUSTFLAGS: "-D warnings"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
Expand Down

0 comments on commit 457172e

Please sign in to comment.