Skip to content

Commit af8562f

Browse files
committed
Simpler test
1 parent b476759 commit af8562f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
echo b
9595
Get-Content thtk-bin-ci.zip | Out-Null
9696
echo c
97-
Get-Content thtk-bin-ci.zip | ssh -vvv -T [email protected] -i .\id_ed25519 $GITHUB_REF_NAME $arch
97+
# Get-Content thtk-bin-ci.zip | ssh -vvv -T [email protected] -i .\id_ed25519 $GITHUB_REF_NAME $arch
98+
ssh -v -T [email protected] -i .\id_ed25519
9899
echo d
99100
Remove-Item .\id_ed25519

0 commit comments

Comments
 (0)