mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-19 06:26:47 +00:00
.github/workflows: update and fix CI
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@
|
||||
# age file password prompt during encryption
|
||||
|
||||
[windows] skip # no pty support
|
||||
[go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# use an encrypted OpenSSH private key without .pub file
|
||||
age -R key_ed25519.pub -o ed25519.age input
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
[windows] skip # no pty support
|
||||
[go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# encrypt with a provided passphrase
|
||||
stdin input
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
[windows] skip # no pty support
|
||||
[go1.20] skip # https://go.dev/issue/61779
|
||||
|
||||
# controlling terminal is used instead of stdin/stderr
|
||||
pty terminal
|
||||
|
||||
Reference in New Issue
Block a user