.github/workflows: update and fix CI

This commit is contained in:
Filippo Valsorda
2023-08-06 18:29:16 +02:00
parent c89f0b932e
commit 9fd564d543
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -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
+1
View File
@@ -1,4 +1,5 @@
[windows] skip # no pty support
[go1.20] skip # https://go.dev/issue/61779
# encrypt with a provided passphrase
stdin input
+1
View File
@@ -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