Skip to content

Commit

Permalink
fix patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 26, 2024
1 parent 63537d9 commit 1a8c8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
shell: pwsh
run: |
cargo add vleue_sentry --git https://github.com/vleue/vleue_sentry -p bevy_internal
git apply --ignore-whitespace add_sentry.patch
git apply --ignore-whitespace runner-patches/add_sentry.patch
- name: Install Bevy dependencies
if: runner.os == 'linux'
Expand Down

0 comments on commit 1a8c8ad

Please sign in to comment.