Skip to content

Commit 9741739

Browse files
Update ESP32 test workflow artifact path
1 parent e67c410 commit 9741739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/esp32-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
with:
6969
name: esp32-test-build
7070
path: |
71-
validation/esp32-test/target/release/
71+
validation/esp32-test/target
7272
retention-days: 30

src/sign/eddsa/ed25519.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl TryFrom<&PrivateKeyDer<'_>> for Ed25519SigningKey {
2626
SigningKey::from_pkcs8_der(der.secret_pkcs8_der())
2727
.map_err(|e| format!("failed to decrypt private key: {e}"))
2828
}
29-
29+
3030
// (chat log from tony in zulip)
3131
// Per RFC 8410, only PKCS#8 is supported for ED25519 keys
3232
// https://datatracker.ietf.org/doc/html/rfc8410#section-7

0 commit comments

Comments
 (0)