Skip to content

Commit

Permalink
fixed patching issue of the CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
  • Loading branch information
eckelj committed Dec 13, 2023
1 parent 65d8451 commit 1413db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_rddl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Patch
run: |
patch -d lib/default/rddl-sdk/libs/librddl/libs/trezor-crypto -i ../../tasmota_conflict.patch
patch -d lib/default/rddl-sdk/libs/librddl/libs/trezor-crypto --strip 1 -i ../../tasmota_conflict.patch
- name: Tag
run: |
Expand Down

0 comments on commit 1413db6

Please sign in to comment.