Skip to content

Commit

Permalink
disable sentry after plugingroup macro (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 16, 2024
1 parent d22308d commit 4bbe2ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
git apply --ignore-whitespace $($_.FullName)
}
- name: Setup Sentry Reporting
shell: pwsh
run: |
cargo add vleue_sentry --git https://github.com/vleue/vleue_sentry -p bevy_internal --features subcrates --no-default-features
git apply --ignore-whitespace runner-patches/add_sentry.patch
# - name: Setup Sentry Reporting
# shell: pwsh
# run: |
# cargo add vleue_sentry --git https://github.com/vleue/vleue_sentry -p bevy_internal --features subcrates --no-default-features
# git apply --ignore-whitespace runner-patches/add_sentry.patch

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 4bbe2ed

Please sign in to comment.